You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/07/12 06:31:52 UTC

DO NOT REPLY [Bug 10722] New: - ProxyPassReverse doesn't change cookie paths

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

ProxyPassReverse doesn't change cookie paths

           Summary: ProxyPassReverse doesn't change cookie paths
           Product: Apache httpd-2.0
           Version: HEAD
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: x@cs.stanford.edu


If I have a reverse proxy setup like:

ProxyPassReverse /foo/ http://mononoke/bar/

Then if the mononoke server returns a cookie with path /bar, then it will be
passed back to the client as /bar.  On the next request to /foo, the cookie will
not be sent by the client, and state tracking through cookies will fail.

mod_proxy should convert the cookie path from /bar to /foo, just as it changes
Location and other headers.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org