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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Component|Servlet & JSP API |Jasper Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-04-16 16:34 ------- The URLs used in a request dispatcher must not be encoded with the session id (since it's an internal forward, the same session will still be available in the forwarded page). With cookies, the URL won't undergo any transformation, and that's why it does not break. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>