PathCheck rules
Hi,
I'm having some trouble understanding how Proxy Server 4.0.4 uses PathCheck directives. I've added these lines to the default object in obj.conf:
<Object name="default">
PathCheck fn="url-filter" allow="whitelist" bong-file="/var/proxyserver/toobad"
PathCheck fn="url-filter" deny="bl-porn-regex" bong-file="/var/proxyserver/toobad"
I want the flow of control to go like this:
if the url matches the whitelist, then accept it,elsecontinue
if the url matches bl-porn-regex, then reject it
But it seems to work like this:
if the url matches the whitelist, then accept it,else reject it
if the url matches bl-porn-regex, then reject it
Is what I want to do possible with PathCheck? Is this behavior documented somewhere?
TIA,
Tony

