Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.3
-
None
Description
KeyedDefinitionsFactoryTilesContainerFactory, signature of method storeContainerDependencies(Object, Map<String,String>, Map<String,String>, BasicTilesContainer)
should be changed to storeContainerDependencies(TilesApplicationContext, Map<String,String>, Map<String,String>, BasicTilesContainer). Otherwise it won't override the corresponding superclass method and will never be called. Any custom KeyExtractor is not taken into accound during initialization.