https://bz.apache.org/bugzilla/show_bug.cgi?id=60126
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Mark Thomas <ma...@apache.org> --- I'm pretty sure this is invalid. Feel free to re-open if my explanation below proves not to be correct. The changelog for 8.0.37 mentions a number of changes in Jasper around error handling that will have increased the volume of the auto-generated code Jasper creates. If the JSPs were close to the limit in 8.0.36 it is possible this extra error handling code will have tipped them over in 8.0.37. The way to check this is to look at the generated .java code for 8.0.36 and compare it to the .java code generated for 8.0.37. If you see something other than error handling (e.g. additional try/finally blocks) then please re-open and attach the JSP source, the .java for 8.0.36 and the .java for 8.0.37 -- 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