Details
-
Bug
-
Resolution: Fixed
-
Minor
-
2.0 Final
-
None
Description
custom jsp tags in magnolia don't correctly implement the release() method as requested by jsp specs. All the tag attributes should be reset to their initial status in the release method.
If you have many similar tags in the same page this could lead to strange behaviours in containers which use tag pooling. Seems to be not so evident in Tomcat but it will surely cause problems in containers which apply a more "aggressive" tag pooling like for example jetty.
Checklists
Acceptance criteria