Hi All,
When I run Menu.jsp page directly i.e. without getting Authenticated, the ExceptionTranslationFilter should spawn the Login page for me as defined in the AuthenticationEntryPoint but its not happening. I am getting an error: org.apache.jasper.JasperException: Cannot find FacesContext
My objectDefinitionSource is:
Code:<property name="objectDefinitionSource"> <value> CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON PATTERN_TYPE_APACHE_ANT /admin/**=ROLE_ADMINISTRATOR /menu.jsp=ROLE_REQUESTER /login.jsp=ROLE_ANONYMOUS </value> </property>


