Hey,
I have a problem during with my security. When a user try to access a resources that needs an admin role. If the user has the admin role there is no problem. But when somebody try to access the resource with a user role then I get the error page 403 of tomcat. I hoped to see my error page that was confiured in the securityfilter-config.xml.
And when I try to login with a user that isn't a member then I get my custom page.
So the problem must be during the roles control.
Did anybody have the same problem. I really need my custom error page when a user tries to logon with not the wright role.
Thanks