Bug 48312 - ProxyPassReverseCookiePath: Not changing path correctly.
Summary: ProxyPassReverseCookiePath: Not changing path correctly.
Status: RESOLVED DUPLICATE of bug 48295
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_proxy (show other bugs)
Version: 2.2.14
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-30 16:00 UTC by Jie Gao
Modified: 2018-05-28 18:15 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jie Gao 2009-11-30 16:00:02 UTC
This was originally bug 48301 but was lost in issues.a.o data loss on 2009-11-26/27 and re-created from the archives.

>From Apache documentation:

"Usage is basically similar to ProxyPassReverse, but instead of rewriting
headers that are a URL, this rewrites the path string in Set-Cookie headers."

It does not seem to be the case.

Example:

<Location /sss/>
ProxyHTMLEnable On
ProxyPass http://backend.server/
ProxyPassReverse /
ProxyHTMLURLMap / /sss/
ProxyPassReverseCookiePath / /sss/
</Location>

This will rewrite cookie path from backend server's /cgi-bin to /sss/ for the
frontend server.

Is this intended behaviour?


Jie
Comment 1 Jie Gao 2009-11-30 16:02:01 UTC
The OP already re-created this issue.

*** This bug has been marked as a duplicate of bug 48295 ***
Comment 2 Christophe JAILLET 2018-05-28 18:15:53 UTC

*** This bug has been marked as a duplicate of bug 48295 ***