I'd like to be grant access to authenticated users in my web application without requiring them to be a member of a specific role.
My first guess was to specify <role-name>*</role_name>
in my auth-constraint, however it seems that this just means grant access to any role defined in my web-app, not grant access to any authenticated user.
Is it possible to do this in Tomcat 5.5.x and if so how?