1. Spring 3.0 Remember Me forum.springsource.orgMar 10th, 2011, 11:05 AM #1 sand_sio2 View Profile View Forum Posts Private Message Junior Member Join Date Oct 2010 Posts 8 Spring 3.0 Remember Me application-security.XML Code: |
2. Remember Me option not working forum.springsource.orgRemember Me option not working I am trying to setup 'Remember Me' option in my web page. While creating cookie there are no issues but when I close and open browser ... |
3. Implementing Remember Me forum.springsource.orgImplementing Remember Me Code: |
4. Remember Me- TokenBased forum.springsource.orgI am having trouble setting up Remember Me with TokenBased option. When I login in the logs I see the remember me cookie is set. When I close by browser, click ... |
5. remember-me not works forum.springsource.orgremember-me not works Hi. I would appreciate for help. I`m using 3.0.5.Release spring security. It`s works almost fine. But remember me functionality not works. I tried Hash-Based Token and Persistent Token ... |
6. Proposal for remember me (protocol switch) forum.springsource.orgProposal for remember me (protocol switch) Hello, I'm using Spring Security 3.1 RC3 but this is a common problem with other versions. On a regular basis, we see questions about switching ... |
7. Multiple http blocks, multiple auth managers. Remember me. All independent. forum.springsource.orgMultiple http blocks, multiple auth managers. Remember me. All independent. Hello everyone, I have a web application secured with Spring Security that needs two separate login forms. These two login forms ... |
8. Custom PersistentTokenRepository to remember me function isn't working forum.springsource.orgCustom PersistentTokenRepository to remember me function isn't working I am trying to use remember me function when users makes login on my application. For the authentication provider, i pass my dataSource ... |
9. Remember Me & CredentialsExpiredException forum.springsource.orgRemember Me & CredentialsExpiredException Hi, I use UserDetails.isCredentialsNonExpired(), which causes a CredentialsExpiredException, to force the user to change their passwords when they expire. I have a custom AuthenticationProcessingFilterEntryPoint that redirects to ... |
10. Triggering Remember Me forum.springsource.orgTriggering Remember Me Hi everyone, I recently upgraded to ACEGI 0.8 and wanted to enable the remember me functionality. I put everything into my applicationContext file and am receiving this message ... |
11. HELP: RememberMe does not work forum.springsource.orgMay 18th, 2005, 08:25 AM #1 lixin_chu View Profile View Forum Posts Private Message Junior Member Join Date Sep 2004 Location Singapore Posts 29 HELP: RememberMe does not work Hi, Must ... |
12. "remember me" requires refresh? forum.springsource.org"remember me" requires refresh? I got remember me working, and it was a really simple config. Only problem is, when I come back to the site it actually doesnt show me ... |
13. Remember Me in 0.9.0 forum.springsource.orgRemember Me in 0.9.0 I was able to easily upgrade AppFuse from 0.8.3 to 0.9.0, but I'm having some issues upgrading Roller. As far as I can tell, Remember me is ... |
14. RememberMe forum.springsource.orgApr 4th, 2006, 09:14 AM #1 pea1 View Profile View Forum Posts Private Message Member Join Date Apr 2006 Posts 51 RememberMe I'm another newbie trying to get the RememberMe filter ... |
15. Remember Me doesn't work on server reset forum.springsource.orgRemember Me doesn't work on server reset Hi Could someone tell me what is it that i did wrong in my acegi login? If I authenticate a user under the remember ... |
16. RememberMe fails if application has empty context path forum.springsource.orgFor an application with context path of / RememberMe cookies are not reaching the browser even though TokenBasedRememberMeServices logs a message "Added remember-me cookie for user". Looks like this is because ... |
17. Remember Me feature forum.springsource.orgHi All Has anyone implemented "Remember Me" type of feature in Spring MVC? I am looking for a way, so if a user select 'Remember Value' next to a drop down, ... |
18. ConcurrentSessionControllerImpl does not support RememberMe... forum.springsource.orgProblem arises in method "checkAuthenticationAllowed(Authentication)". Really RememberMeAuthenticationToken is rejected by the method "SessionRegistryUtils.obtainSessionIdFromAuthentic ation(request)", which requires the token to be associated with a session. I think the logic of "ConcurrentSessionControllerImpl" can ... |
19. Remember-me processing forum.springsource.orgRemember-me processing I need to have access to the currently logged-in user from various points in my application. I'm currently storing this information in the session for MVC components and in ... |
20. Remember me - major problem forum.springsource.orgRemember me - major problem I have this situation: 1. an acegi-secured.jsp 2. and a style.css link inside of it. I've obeserved following: 1. Access to the acegi-secured.jsp page triggers rememberMe's ... |
21. strange remember-me behaviour forum.springsource.orgstrange remember-me behaviour hi, I'm using spring security 2.0 in combination with JSF. There is a real strange behaviour when I'm trying to use the final step of the remember-me feature. ... |
22. Remember me custom configuration forum.springsource.orgMay 29th, 2008, 12:05 PM #1 xcoulon View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Posts 13 Remember me custom configuration Hello As I mentionned in ... |
23. remember-me persistent token config issue forum.springsource.orgremember-me persistent token config issue I'm trying to implement the persistent token approach to the remember-me service. The configuration I have is extremely simple: in the |
24. Config remember me expiration time forum.springsource.orgDear all, In the spring-security-samples-tutorial-2.0.1 example, there is a check box to turn on the remember me function. User will auto logon to the system if he doesn't logout at last ... |
25. Rememberme custom config does not work forum.springsource.orgRememberme custom config does not work I was able to configure the default rememberme services in Spring Security 2.0.2 and get that working. However, when I try to configure custom rememberMeProcessingFilter ... |
26. "remember me" requires refresh? ?2 forum.springsource.orgSep 30th, 2008, 12:55 PM #1 sentor View Profile View Forum Posts Private Message Junior Member Join Date Sep 2008 Posts 2 "remember me" requires refresh? 2 Hi to all! have ... |
27. More Remember Me trouble forum.springsource.orgOct 28th, 2008, 07:36 AM #1 Hovendal View Profile View Forum Posts Private Message Junior Member Join Date May 2008 Posts 25 More Remember Me trouble Spring version: 1.2.8 Acegi-security version: ... |
28. Multiple UserDetailsServices and rememberMe implementation forum.springsource.org're not using JSF --> |
29. Programatic RememberMe forum.springsource.orgI am looking for some examples of setting up RememberMe programatically. I have had to implement a custom login and would like to do the same for remember me. Can anyone ... |
30. Spring 3.0 Remember-me with PersistentToken not inserting forum.springsource.orgSep 14th, 2009, 06:31 PM #1 chrislhardin View Profile View Forum Posts Private Message Junior Member Join Date Aug 2009 Posts 17 Spring 3.0 Remember-me with PersistentToken not inserting I have ... |
31. trouble with 'remember me' forum.springsource.orgtrouble with 'remember me' Hello everybody. I've got the following problem when trying to use 'remember me' feature in Spring Security 3.0. I'm using persistant mode. When I trying to login ... |
32. http-basic and remember-me incompatible? forum.springsource.orghttp-basic and remember-me incompatible? I'm trying to get basic auth to work with the remember-me feature. Something like: |
33. Remember-me no longer works after moving from 2.0 to 3.0.1.RELEASE forum.springsource.orgRemember-me no longer works after moving from 2.0 to 3.0.1.RELEASE I had been working with a small test project using spring-sec 2 and spring 2.5.6 to learn spring security. I had ... |
34. Remember Me Question? forum.springsource.org |
35. Problem Configuring Remember - Me forum.springsource.orgProblem Configuring Remember - Me Hi you all !! I'm having an issue and i really don't know how to solve it. I'm newbie using Spring Security. My problem is this: ... |
36. http-basic with remember-me in the namespace config forum.springsource.orgso I know you can wire this up manually, but then you lose so much of the niceties of the namespace config. can the namespace config support be added so i ... |
37. Persistent Token Approach - remember me forum.springsource.orgPersistent Token Approach - remember me i am trying to use the Persistent Token Approach for remeber me i am using spring security 3.0.3 Code: |
38. Remember-Me fails after browser restart despite correct appContext forum.springsource.orgSep 19th, 2010, 05:45 AM #1 alo7261 View Profile View Forum Posts Private Message Junior Member Join Date Mar 2010 Posts 16 Remember-Me fails after browser restart despite correct appContext All ... |
39. Remember-Me Success Handler? forum.springsource.orgRemember-Me Success Handler? Hi, I'm using the |
40. Problem setting "Remember Me" time forum.springsource.orgProblem setting "Remember Me" time Hi, I'm using Spring 3.0. I'm trying to implement "Remember Me" functionality and I'm not able to set the expires token properly. I have this in ... |
41. question abt custom remember me forum.springsource.orgquestion abt custom remember me Hi i am exploring acegi security for my project and i have some question abt the feature let say if i customize my login page to ... |
42. Make Programmatic Remember Me ? forum.springsource.orggreetings all i am using spring security 3.0.2 and my login form doesn't use the spring login configuration, it's a custom login form (i have to make it this way) i ... |