[us...@httpd] Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-04 Thread Francis GALIEGUE
Hello everyone, I've had the request to redirect a particular URI, say /foo or /foo/ to http://some.external.site/?var1=val1var2=val2var3=val3. The Apache server version is 2.0.52 used on RHEL 4.x. I have tested with 2.2.3 on RHEL 5.x and the behaviour below is the same... This looked quite

Re: [us...@httpd] Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-04 Thread Eric Covener
On 12/4/09, Francis GALIEGUE f...@one2team.com wrote: I have tried to backslash it Backslash worked for me in the RedirectMatch test. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache

Re: [us...@httpd] Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-04 Thread Francis GALIEGUE
On Fri, Dec 4, 2009 at 14:04, Eric Covener cove...@gmail.com wrote: On 12/4/09, Francis GALIEGUE f...@one2team.com wrote: I have tried to backslash it Backslash worked for me in the RedirectMatch test. Well, it does indeed... During my test period, I forgot that I had an ExpiresDefault set