https://issues.apache.org/bugzilla/show_bug.cgi?id=48301

           Summary: ProxyPassReverseCookiePath: Not changing path
                    correctly.
           Product: Apache httpd-2
           Version: 2.2.14
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: [email protected]
        ReportedBy: [email protected]


>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

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to