You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Petr Jiricka <pe...@netbeans.com> on 2000/03/21 14:42:24 UTC

BUG: The JSP compiler does not check for cyclic include directive s

Hello,

I just posted this bug into Bugzilla as bug #100:

If tho pages include each other by the <%@include directive, the compiler
end in an infinite loop (and eventually the JVM crashes with
OutOfMemoryError), instead of detecting the cycle and reporting a
compilation error.

Thanks
Petr