Re: [mod-security-users] regex for matching urls
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-03-07 16:52:54
|
Peter Wood wrote:
> Ivan,
>
> Thanks for the response. Can you suggest any way to work around this
> so that we can match 'http://'? Would '/{2}' work, or would that also
> be normalized?
Normalisation is not performed against the regex, only against
the incoming data. In the regex just use "http:/" instead of
"http://" and you should be fine.
--
Ivan Ristic
Apache Security (O'Reilly) - http://www.apachesecurity.net
Open source web application firewall - http://www.modsecurity.org
|