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 2004/06/23 23:55:32 UTC

DO NOT REPLY [Bug 29770] New: - rewriteURL() method depends on the call to getSession() method

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=29770

rewriteURL() method depends on the call to getSession() method

           Summary: rewriteURL() method depends on the call to getSession()
                    method
           Product: Tomcat 5
           Version: 5.0.18
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: unrealokun@yahoo.ca
                CC: unrealokun@yahoo.ca


Despite the fact that all the criteria for the URL rewriting are met, the method
 HttpServletResponse#rewriteURL(...) actually appends the jsessionid parameter
to the submitted URL only if a call to HttpServletRequest#getSession() was
previously made. Otherwise the URL gets unchanged.

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