Re: Issue with mod_proxy encoding URL's

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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@xxxxxxxxx

---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux