dxa-web-application-java
dxa-web-application-java copied to clipboard
BaseController doesn't allow to be extended twice with / mapping
BaseController defines web mappings, thus it is not possible to extend it twice with the same base mapping. BaseController should not define any web mapping.
See http://tridion.stackexchange.com/questions/14870/could-not-autowire-field-in-custom-controller for details
internal link: https://jira.sdl.com/browse/TSI-1654