Jarecsni J�nos wrote:

> Sorry for posting this here, but i got no answer elsewhere.
> Abstract: when I use pass-through (?) proxying in apache to itself (to
> achive a 2nd round of processing a request) cookies are lost.

When tomcat sets a cookie, it specifies a path prefix in the cookie to
limit the scope. This is normal cookie behavior. Change the path using
mod_rewrite, and your cookies no longer match their original paths, and
so "disappear".

The question is - ProxyPassReverse munges the Location (for redirects)
and Content-Location headers to convert from the old to the new URL.
Should we do the same for "path" in cookies?

Regards,
Graham
-- 
-----------------------------------------
[EMAIL PROTECTED]                "There's a moon
                                        over Bourbon Street
                                                tonight..."

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to