[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-httpd-users
Subject:    Re: [users@httpd] Issue with mod_proxy encoding URL's
From:       Eric Covener <covener () gmail ! com>
Date:       2010-08-31 13:41:21
Message-ID: AANLkTikmKpY=aekGd==18LyWnF4SkYPz-kJbPWjkXFnq () mail ! gmail ! com
[Download RAW message or body]

> In to Apache proxy:
> GET
> /arsys/forms/remprod.com/%2BXYZ%3AChange+Password+Dialogue/Default+Admin+View/?
> HTTP/1.1
>
> Out to target server:
> GET
> /arsys/forms/remprod.com/+XYZ:Change+Password+Dialogue/Default+Admin+View/?
> HTTP/1.1

>
> Is there some switch that I can turn on to have it properly encode the
> plus?  Or, since this is the only affected URL (so far), there is some sort
> of workaround that you can think of?

The + is not reserved in the path part of the URL, so when mod_proxy
does a canonical encoding it doesn't unnecessarily encode the +.

Sounds like your app is applying some special, non-spec significance
to fields in the URL.  You might try reading the cautions about the
mod_proxy "nocanon" option and seeing if it helps.


-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic