Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.1
-
None
Description
TilesDecorationFilter and TilesDispatchServlet use TilesListener.CONTAINER_KEY_INIT_PARAM as an initialization parameter to set the key of the container to use.
But the intent of these two classes is very different to the one of the parameter in TilesListener, i.e. the key of the container to create
So two different parameter names must be created, one for each class.