Glenn Holmer wrote:
>I'm using form-based authentication, and everything seems to work, as
>long as I fill in the group name in the "Assign Group:" field for the
>JDBC security realm. Otherwise I get a 403.
>
>I've another app that works without this field specified, and the only
>difference I can see is that the one that works without it has more than
>one security constraint.
>
>What does this field do, exactly?
>
>
The assign-groups property marks all authenticated principals as members
of the specified group.
Can you paste the constraints of both the apps.
Thanks.