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 2003/01/08 11:17:19 UTC

DO NOT REPLY [Bug 10722] - 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





------- Additional Comments From minfrin@sharp.fm  2003-01-08 10:17 -------
Cookie path variables do not necessarily have anything to do with the current
URL, which is why modifying them along with Location is not necessarily what the
administrator might want. (example: the admin might specify path '/' meaning "be
sitewide", and proxy might change "/" to "/bar" in the case of ProxyPassReverse
/bar http://backend/ where the admin did not want this to happen)

A separate configuration parameter is needed for cookies to be modified correctly.

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