[squid-users] Problem regex /acl with corrupt / malformed url requests

2006-01-12 Thread simon dray \(BITS\)
Hi we are trying create regex to prevent access to specifc area Eg:- acl _web url_regex -i ^http://www.xxx.xxx.xx/another level/ If the url includes www.xxx.xxx.xx/anotherlevel// please note the double // this doesn't match the regex and therefore bypasses the acl is there anyway

Re: [squid-users] Problem regex /acl with corrupt / malformed url requests

2006-01-12 Thread Christoph Haas
On Thursday 12 January 2006 17:21, simon dray (BITS) wrote: we are trying create regex to prevent access to specifc area Eg:- acl _web url_regex -i ^http://www.xxx.xxx.xx/another level/ If the url includes www.xxx.xxx.xx/anotherlevel// please note the double // this doesn't match