Results 1 to 2 of 2

Thread: objectDefinitionSource

  1. #1
    Join Date
    Mar 2007
    Posts
    16

    Default objectDefinitionSource

    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>

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    I'm not sure what the problem is, but if you post the stacktrace there's more chance of getting help with this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •