I want to only config a authenticationProcessingFilterEntryPoint
for support ACEGI_SECURITY_CONTEXT_KEY in HttpSession.
How to?
Code:<bean id="authenticationProcessingFilterEntryPoint" class="net.sf.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint"> <property name="loginFormUrl"> <value>/customlogin.jsp</value> </property> <property name="forceHttps"> <value>false</value> </property> </bean>


