Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.5
-
None
-
Tomcat 5.0
Description
If an Exception is thrown in a tiles-included JSP the surrounding tiles-insert is processes twice. This most presumably due to a bug in TilesUtilImpl#doInclude(String uri, PageContext pageContext, boolean flush) where the InvocationTargetException is handled incorrectly. Every exception thrown from the executed inlcude-method will be throw wrapped into a InvocationTargetException so that include-method as well as pageContext.include(uri) is executed everytime a JSP-Error occures during an inlcude.
Attachments
Attachments
Issue Links
- duplicates
-
STR-2597 Unexpected Tiles recursion on JSP errors?
- Closed