Hi Mallin Eoin,
On Fre 12.02.2010 14:43, Mallin, Eoin wrote:
Hi all,
I'm looking for the best approach for matching the first part of a URL
in ACLs. Some examples of the types of URLs include:
[snipp]
how about
Won't work
acl backend1_acl path_beg /web
acl backend1_acl path_beg /web/
^^^
acl backend2_acl path_beg /webservices
acl backend2_acl path_beg /webservices/
use_backend1 if backend1_acl
use_backend2 if backend2_acl
or is it thought so simple?
Most of the Browser adds the '/' at the end of the 'directory', imho.
BR
Aleks