Hi,
I have used acegi in my previous application with out SWF.
I am trying to implement Spring security and also SWF.
My acegi has the following configurations
But in the spring security examples I do not see all of these filters. Do I need these??Code:<bean id="acegiFilterChainProxy" class="org.acegisecurity.util.FilterChainProxy"> <property name="filterInvocationDefinitionSource"> <value> CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON PATTERN_TYPE_APACHE_ANT /**=httpSessionContextIntegrationFilter,log4jMDCUserFilter,securityRequestFilter,exceptionTranslationFilter </value> </property> </bean>
Thanks
Vinaya


Reply With Quote