Title: RE: [PATCH] bugfix in mod_setenvif

Thanks, I'll commit the patch today.

Brian

-----Original Message-----
From: Andr� Malo
To: [EMAIL PROTECTED]
Sent: 11/26/2002 6:44 AM
Subject: [PATCH] bugfix in mod_setenvif

This appeared while playing around with BrowserMatchNoCase.

The patternmatch "optimizer" forgets the icase flag for non-regex
pattern,
so you get the strange behaviour that

BrowserMatchNoCase win ...

doesn't work, but

BrowserMatchNoCase (win) ...

does ;-) The attached patch fixes this.

nd

Reply via email to