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 2010/09/07 16:58:07 UTC

DO NOT REPLY [Bug 49715] ProxyPassMatch Url Encoder Problem

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

--- Comment #1 from Pieter Bos <pi...@nedap.com> 2010-09-07 10:58:04 EDT ---
The same problem exists with ProxyPassReverse. We only experience this problem
with the following configuration lines:

   SSLEngine On

   ProxyPass         / http://nvc1576:9000/
   ProxyPassReverse  / http://nvc1576:9000/

   ProxyPreserveHost On

Our server is a tomcat server as well. The problem is that in a redirect,
Tomcat sends a Location header with the original hostname:

Location http://example.com/test?parameter=3

Then Apache changes this into:

Location https://example.com/test%3Fparameter%313

This bug dissappears when you turn either the SSLEngine or the
ProxyPreserveHost off. We need it to be on for our configuration.

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org