> 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