Re: [EMAIL PROTECTED] URL Encoding

2008-08-07 Thread Erling Wegger Linde
Base64 encoding which works fine. Thanks, Erling On Thu, Aug 7, 2008 at 10:26 PM, André Warnier <[EMAIL PROTECTED]> wrote: > Erling Wegger Linde wrote: >> >> However, Apache seem to decode this URL before it passes it forward to >> Tomcat. > > I believe that this

Re: [EMAIL PROTECTED] URL Encoding

2008-08-06 Thread Erling Wegger Linde
or something else if I cannot figure out how to stop Apache from decoding the URLs. Thanks again, - Erling On Thu, Aug 7, 2008 at 6:47 AM, Krist van Besien <[EMAIL PROTECTED]> wrote: > On Wed, Aug 6, 2008 at 18:00, Erling Wegger Linde <[EMAIL PROTECTED]> wrote: >> But it

Re: [EMAIL PROTECTED] URL Encoding

2008-08-06 Thread Erling Wegger Linde
But it didn't.. hmm.. that's weird.. Any other ideas? Thanks, - Erling On Wed, Aug 6, 2008 at 5:52 PM, Erling Wegger Linde <[EMAIL PROTECTED]> wrote: > Thanks, > > From http://httpd.apache.org/docs/2.2/mod/mod_proxy.html it looks like > it should do the trick =) >

Re: [EMAIL PROTECTED] URL Encoding

2008-08-06 Thread Erling Wegger Linde
Thanks, >From http://httpd.apache.org/docs/2.2/mod/mod_proxy.html it looks like it should do the trick =) On Wed, Aug 6, 2008 at 3:48 PM, Nick Kew <[EMAIL PROTECTED]> wrote: > On Wed, 6 Aug 2008 15:02:42 +0200 > "Erling Wegger Linde" <[EMAIL PROTECTED]> wrote: &

[EMAIL PROTECTED] URL Encoding

2008-08-06 Thread Erling Wegger Linde
Hi, I want "/projects/https%3A%2F%2Fwiki.miles.no%2Fdisplay%2FMPL" not to be decoded by Apache I get the following error: "The requested URL /projects/https://wiki.miles.no/display/MPL was not found on this server" As you can see, Apache has decoded the URL I use ProxyPass(Reverse) for /projec