Hi,
i am using appfuse 1.9.4 for my web application. To ensure the
security i enabled SSL for all URL by including 'channelProcessingFilter'
before 'remoteUserFilter' and it works fine. But afterwards i am not able to
use rememberme mechanism to login. Each time it asks for the username and
password from the login page.
I am quite new to this feature. Any suggestion on this will be highly
appreciated...
my applicationContext-security.xml is like this
<bean id="filterChainProxy" class="org.acegisecurity.util.FilterChainProxy">
<property name="filterInvocationDefinitionSource">
<value>
CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
PATTERN_TYPE_APACHE_ANT
/**=httpSessionContextIntegrationFilter,authenticationProcessingFilter,channelProcessingFilter,remoteUserFilter,rememberMeProcessingFilter,anonymousProcessingFilter,securityEnforcementFilter
</value>
<!-- Put channelProcessingFilter before remoteUserFilter to turn
on SSL switching -->
<!-- It's off by default b/c Canoo WebTest doesn't support SSL
out-of-the-box -->
</property>
</bean>
thanks,
Jithesh
--
View this message in context:
http://www.nabble.com/RememberMe-not-working-in-SSL-tf4842794s2369.html#a13854906
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]