With this setup
-- acl ur_foo url_regex www.foobar.org http_access allow ur_foo http_access deny all -- my users can bypass the access entries requesting www.notallowed.com/?www.foobar.org the clear solution for me is to force the string www.foobar.org to be at the beggining of the request acl ur_foo url_regex ^www.foobar.org but that way I can't access www.foobar.org. Do exists a workaround for this? Regards, maykelReceived on Fri Sep 22 2006 - 21:56:06 MDT
This archive was generated by hypermail pre-2.1.9 : Sun Oct 01 2006 - 12:00:04 MDT