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

jsp:forward without cookies fails

           Summary: jsp:forward without cookies fails
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When we switch cookies off the code:

<jsp:forward
page='<%=response.encodeRedirectUrl("/servlet/PRNJAuthenticationServlet")%>' />

no longer works, we get a class not found exception:

java.lang.ClassNotFoundException: PRNJAuthenticationServlet;jsessionid=847C5EE33
95CFB4556DEEBBB764D52E2

The above code does work with cookies on and also when we cut and past the url
into the browser.

It only fails when cookies are off and the jsp envolves a redirect.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to