Re: [mod-security-users] regex for matching urls
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-03-07 16:40:32
|
Peter Wood wrote:
> Greetings,
> What is wrong with '[a-z]+://' ?
Before regular expression is applied to a piece of data
mod_security performs data normalization and reduces
redundant forward slashes. Thus "http://" becomes "http:/".
(No, I don't like it either. That's why in 1.9 normalization
will become optional and configurable per-rule.)
--
Ivan Ristic
Apache Security (O'Reilly) - http://www.apachesecurity.net
Open source web application firewall - http://www.modsecurity.org
|