Hi all, i have a problem.
I need to upgrade an old application based on equinox which contains Acegi
Security System 0.6.1. I need to use ASS 0.8.3. In the old
applicationContextSecurity.xml there was a filter call AutoIntegratiofilter.
I read on the site the migration notes. I want to use channel security, with
only one filter in my web.xml. The old application is really functional, but
the new one, no. I use Tomcat 5.0.28 for deploy the new project, i put my
Filter chain it can be useful. It's possible that the problem is because i
don't use HttpRequestIntegrationFilter, i red that the old
AutoIntegrationFilter pass the control first in the
HttpRequestIntegrationFilter.
This is my filterchain:
<bean id="filterChainProxy"
class="net.sf.acegisecurity.util.FilterChainProxy">
<property name="filterInvocationDefinitionSource">
<value>
CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
PATTERN_TYPE_APACHE_ANT
/j_security_check*=channelProcessingFilter,httpSessionContextIntegrationFilter,authenticationProcessingFilter
/**/*.*=channelProcessingFilter,httpSessionContextIntegrationFilter,securityEnforcementFilter
</value>
</property>
</bean>
I use AcegiSecuritySystem-contacts example and appfuse to watch the new xml
configuration.
The problem is that the application start, but when i try to log myself i
didnt' receive nothing.
Thanks for help.
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer