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 2001/12/30 06:10:50 UTC

DO NOT REPLY [Bug 5623] New: - java.lang.IllegalStateException on pageContext.forward

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=5623>.
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=5623

java.lang.IllegalStateException on pageContext.forward

           Summary: java.lang.IllegalStateException on pageContext.forward
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: takkei@hotmail.com


I got a JSP page that try to load an html page.
   pageContext.forward( "kei.html");
If kei.html is 2048 bytes or less, I will receive the about java exception.
If kei.html is 2049 bytes or more, the page will load without problem. 

I tried the same code in Blazix web server and the code works fine.  It load 
file with just one word.

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