Re: [squid-users] problem with acl urlpath_regex

2009-05-06 Thread Jeff Pang
gui: So what can I do to match the uri beginning with "%" ? I try acl invalid_uri urlpath_regex ^/\% but don't work. What is the right regex ? I have said, that isn't a "%" after uri_unesape. You cound't have a regex to match it, uness you know what it should be after the string is unes

Re: [squid-users] problem with acl urlpath_regex

2009-05-05 Thread Jeff Pang
gui: Hello, I have a problem with my acl urlpath_regex Extract from squid.conf : acl all src 0.0.0.0/0.0.0.0 acl invalid_uri urlpath_regex ^/% http_access deny invalid_uri http_access allow all Now some test with wget : wget http://zayin.yahubb.cn/%ag --17:11:16-- http://zayin.yahubb.cn/%25

[squid-users] problem with acl urlpath_regex

2009-05-05 Thread gui
Hello, I have a problem with my acl urlpath_regex Extract from squid.conf : acl all src 0.0.0.0/0.0.0.0 acl invalid_uri urlpath_regex ^/% http_access deny invalid_uri http_access allow all Now some test with wget : wget http://zayin.yahubb.cn/%ag --17:11:16-- http://zayin.yahubb.cn/%25ag Reso