Re: [EMAIL PROTECTED] rewrite or proxypass?

2007-10-18 Thread Robert Jaeschke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Patrick, Patrick Coleman schrieb: I have a Tomcat app running on port 8080 I can get to it through http://www.ourcompany.com:8080 it goes to a login page and the URL displays http://www.ourcompany.com:8080/login I would like to

[EMAIL PROTECTED] mod_proxy and unrequested URL-decoding

2007-10-12 Thread Robert Jaeschke
for this problem [1] but the feedback is very sparse. Some people live with the problem, some have built workarounds. It would be very helpful to have some solution to it. Best regards, Robert Jaeschke [1] e.g. http://mail-archives.apache.org/mod_mbox/httpd-dev/200703.mbox/[EMAIL PROTECTED] http

Re: [EMAIL PROTECTED] mod_proxy incorrectly decodes %2C when proxying URL to back-end?

2006-09-08 Thread Robert Jaeschke
Hello Jeff, Jeff Ambrosino schrieb: We have a mod_proxy (2.0.54) front-end proxying to a back-end MS IIS server. One type of URL that we use is causing problems because mod_proxy is decoding an encoded comma in the URL as it proxies the request to the back-end (we determined this with a

Re: [EMAIL PROTECTED] mod_proxy incorrectly decodes %2C when proxying URL to back-end?

2006-09-08 Thread Robert Jaeschke
Hello Pid, Pid schrieb: [...] between browser and mod_proxy: http://www.company.com/item-01-A1263%7E23334%2Cz831%7E238.asp between mod_proxy and back-end server: http://www.company.com/item-01-A1263%7E23334,z831%7E238.asp As you can see, mod_proxy is decoding ONLY the comma (%2C),

[EMAIL PROTECTED] mod_proxy and unwanted decoding of URLs (related to bug 15207)

2006-08-31 Thread Robert Jaeschke
Hello, I'm using Apache (2.0.59) and mod_proxy as reverse proxy and want the remote server pass URLs like http://foo.com/bar/black%26white Unfortunately, when using mod_proxy with ProxyPass and ProxyPassReverse, this URL is rewritten to http://foo.com/bar/blackwhite which is bad (since on the