Well, since Apache gets confused when itself decodes the URL - it won't even pass it on decoded.. That's the biggest issue. But furthermore as only one part of the URL is encoded.. e.g. projects/{encoded} how should I make this generic? E.g. if(wasEncoded) encode... I'm now using Base64 encoding which works fine. Thanks, Erling On Thu, Aug 7, 2008 at 10:26 PM, André Warnier <aw@xxxxxxxxxx> wrote: > Erling Wegger Linde wrote: >> >> However, Apache seem to decode this URL before it passes it forward to >> Tomcat. > > I believe that this is what it's supposed to do. > Can't you just re- URL-encode the URL before you let it be forwarded further > ? > > > --------------------------------------------------------------------- > 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 > > --------------------------------------------------------------------- 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