You know, I think that responsibility may have been moved to the
exceptionTranslationFilter. That's probably not very clear...
Look at what entryPoints you have and look how they're being used.


On Nov 8, 2007 5:42 AM,  <[EMAIL PROTECTED]> wrote:
>
> I looked inside the acegi-security-sample-contacts-filter.war that came with
> acegi 1.0.4
>
> the filter chain in applicationContext-acegi-security.xml is defined as
> follows:
>
>         <bean id="filterChainProxy"
> class="org.acegisecurity.util.FilterChainProxy">
>       <property name="filterInvocationDefinitionSource">
>          <value>
>                     CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
>                     PATTERN_TYPE_APACHE_ANT
>
> /**=httpSessionContextIntegrationFilter,logoutFilter,authenticationProcessingFilter,basicProcessingFilter,securityContextHolderAwareRequestFilter,rememberMeProcessingFilter,anonymousProcessingFilter,exceptionTranslationFilter,filterInvocationInterceptor,switchUserProcessingFilter
>          </value>
>       </property>
>     </bean>
>
> The javadoc of BasicProcessingFilterEntryPoint also talks about
> SecurityEnforcementFilter. But I can not find an class/interface or bean
> name with that name ?
>
> Are we talking about the same acegi version ?
>
> Regards,
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Home: http://acegisecurity.org
> Acegisecurity-developer mailing list
> Acegisecurity-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to