You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/11/07 17:18:11 UTC

DO NOT REPLY [Bug 14359] New: - largefile option has no effect

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14359>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14359

largefile option has no effect

           Summary: largefile option has no effect
           Product: Tomcat 4
           Version: 4.1.12
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Jasper 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: H.Brozio@online.de


In my opinion the largefile option of the jsp servlet in the global web.xml 
file seems to be without effect. No ".dat" file are generated like in 4.0.x. I 
have also scanned the jasper2 code for this option. The option is set at the 
EmbededServletOptions class, but nobody seems to use this value inside of the 
jasper package?

If i have a large jsp page, which produces a method, that is bigger than 64k 
the following execption is thrown:

javax.servlet.ServletException: org/apache/jsp/ch1253utf8_jsp (Code of a method 
longer than 65535 bytes)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.catalina.core.ApplicationDispatcher.invoke
(ApplicationDispatcher.java:684)
        at org.apache.catalina.core.ApplicationDispatcher.doInclude
(ApplicationDispatcher.java:575)
        at org.apache.catalina.core.ApplicationDispatcher.include
(ApplicationDispatcher.java:498)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>