https://bz.apache.org/bugzilla/show_bug.cgi?id=61945
Bug ID: 61945 Summary: infinite recursion in Jasper compilation of a recursive JSP tagfile Product: Tomcat 9 Version: 9.0.2 Hardware: PC Status: NEW Severity: regression Priority: P2 Component: Jasper Assignee: dev@tomcat.apache.org Reporter: tomcat-...@matthew.matera.net.au Target Milestone: ----- Created attachment 35632 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35632&action=edit demo WAR that generates StackOverflowError upon invocation of index.jsp A tagfile that contains recursive invocation of itself cannot be compiled under Tomcat 9.0.2. Works OK works OK in 8.5.24. Sample WAR attached. Invoking /recursive-taglib/index.jsp causes java.lang.StackOverflowError. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org