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 2003/05/06 15:17:22 UTC

DO NOT REPLY [Bug 19697] New: - IllegalStateException after including a jsp page and forwarding

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

IllegalStateException after including a jsp page and forwarding

           Summary: IllegalStateException after including a jsp page and
                    forwarding
           Product: Tomcat 4
           Version: 4.1.18
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: delariva@info.unlp.edu.ar


This code throws IllegalStateException:
<%
    pageContext.include("included.html");
    response.sendRedirect("redirected.jsp");
%>
at
org.apache.catalina.connector.HttpResponseFacade.sendRedirect(HttpResponseFacade.java:173)

is this a bug?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org