Hello,
I use jpetstore to give it a try by creating a Filter which extends AuthenticationProcessingFilter and override the attemptAuthentication method. So far, it works well. However, I am not...
Type: Posts; User: ChunCheng; Keyword(s):
Hello,
I use jpetstore to give it a try by creating a Filter which extends AuthenticationProcessingFilter and override the attemptAuthentication method. So far, it works well. However, I am not...
Hello,
I am integrating acegi into our existed web application.
Does anybody know how to build the existed application's httpsession data (e.g username, password etc.) after successfully acegi...
If you are using tomcat then uncomment this
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
</listener>
in your web.xml.
It works in my case.