Hi, i'm trying to make atleap work with acegisecurity 1.0.6...
I discovered the SavedRequest class has moved to acegi... (@author Andrey Grebnev !) so why should atleap define its own ?
So i tried something like (which is not necessary because savedrequestawarewrapper is supposed to be the default)
Instead of that line in applicationContext-security.xml:306 :
<bean id="requestWrapperFilter" class="com.blandware.atleap.webapp.acegi.CustomContextHolderAwareRequestFilter"/>
I used :
<bean id="requestWrapperFilter" class="org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter">
<property name="wrapperClass"><value>org.acegisecurity.wrapper.SavedRequestAwareWrapper</value></property>
</bean>
and that doesn't work... (no redirection to the requested page after login, and no exception or interesting log).
Thanks for any advice.
Jérémy
---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...