I'm at the point now, where the acegilogin.jsp page
get's handled (bad id's fail, good id's let get
forwarded correctly).

The "defaultTargetUrl" on my
authenticationProcessingFilter is index.do

<bean id="filterInvocationInterceptor"
      parent="baseFilterInvocationInterceptor">
    <property name="objectDefinitionSource">
      <value>
        CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
        PATTERN_TYPE_APACHE_ANT
        /index.jsp=ROLE_ANONYMOUS,ROLE_USER
        /hello.htm=ROLE_ANONYMOUS,ROLE_USER
        /logoff.jsp=ROLE_ANONYMOUS,ROLE_USER
        /index.do=ROLE_USER
      </value>
    </property>
  </bean>

But when the app forwards to index.do; I get an access
denied message... So... Any idea what I'm missing now?


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to