Re: [us...@httpd] mod_rewrite : Can a space in a URL be preserved ?

2009-10-06 Thread Jonathan Zuckerman
ge - > From: Dick Davies > To: users@httpd.apache.org > Date: Tue, 6 Oct 2009 16:05:36 +0100 > Subject: Re: [us...@httpd] mod_rewrite : Can a space in a URL be preserved ? > >> Spaces aren't valid characters in urls, period. As you say, it URL >> encodes to %20, >&g

Re: [us...@httpd] mod_rewrite : Can a space in a URL be preserved ?

2009-10-06 Thread rank1seeker
:05:36 +0100 Subject: Re: [us...@httpd] mod_rewrite : Can a space in a URL be preserved ? > Spaces aren't valid characters in urls, period. As you say, it URL > encodes to %20, > and I can't imagine any bits of apache (or any other server) > are going to send a space instead,

Re: [us...@httpd] mod_rewrite : Can a space in a URL be preserved ?

2009-10-06 Thread Dick Davies
Spaces aren't valid characters in urls, period. As you say, it URL encodes to %20, and I can't imagine any bits of apache (or any other server) are going to send a space instead, because that breaks the HTTP spec. On Tue, Oct 6, 2009 at 3:59 PM, ABAPGUY wrote: > > Hi Apache experts, > I am using

[us...@httpd] mod_rewrite : Can a space in a URL be preserved ?

2009-10-06 Thread ABAPGUY
Hi Apache experts, I am using Apache 2.0.59 as a Reverse Proxy using mod_rewrite and mod_proxy . I have a downstream J2EE server that is creating URLs with a space in them . How can I use mod_rewrite (which sees %20) to write the space ..instead of %20 ?   Regards Daniel