Hi Oskar,
> > I upgraded from 1.5-dev22 to 1.5-dev24 and it appears the following ACL > no longer matches anything: > > > > acl allowed_paths path_beg -i /areas/ /api/v1/ /content/ /help/ > /js/ /login/ /scripts/ /session/ /demo/ > > > > Even if the request path is something like /Login/foo?bar=baz > > I haven’t done extensive testing so the issue may be something else, > but is there a known issue with this in dev24? Yes, please upgrade to a recent snapshot or cherrypick: $ git log --oneline v1.5-dev24.. | grep BUG | grep pattern e47e4e2 BUG/MEDIUM: patterns: last fix was still not enough a631fc8 BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns 3b78696 BUG/MEDIUM: pattern: a typo breaks automatic acl/map numbering Regards, Lukas

