would something like this work? It does not seem to allow access to the stylesheets, images, etc. I use them for the login screen?Code:PATTERN_TYPE_APACHE_ANT /WEB-INF/jsp/include.jsp=ROLE_ANONYMOUS,ROLE_USER /themes/**=ROLE_ANONYMOUS,ROLE_USER /images/**=ROLE_ANONYMOUS,ROLE_USER /Login.htm=ROLE_ANONYMOUS,ROLE_USER /**=IS_AUTHENTICATED_REMEMBERED


Reply With Quote