On 10/31/2011 03:42 PM, Julien Muller wrote:
> [urls]
> /login.html = anon
This is your problem.  The authc filter will never see requests for
login.html, and therefore can't do an authentication.  Delete this line
and I expect the issue will go away.  authc has special handling for the
loginUrl page, so you don't have to worry about specifically including it.
> /* = authc

Reply via email to