HTTPSessionContextIntegrationFilter « Session « Spring Q&A





1. Delete cookies used by HTTPSessionContextIntegrationFilter    forum.springsource.org

Delete cookies used by HTTPSessionContextIntegrationFilter Hi, I have the following problem. I have a webapplication 'A' from which I launch another webapplication 'B' using SSO. 1. Login to A as u1. ...

2. Change to HttpSessionContextIntegrationFilter in 0.8.1    forum.springsource.org

I saw this in the changelog for 0.8.1 """ HttpSessionContextIntegrationFilter now handles HttpSession invalidation without redirection """ and am wondering exactly what it means. I am currently running 0.8.0 and use ...

3. problem with HttpSessionContextIntegrationFilter.generateNew    forum.springsource.org

problem with HttpSessionContextIntegrationFilter.generateNew Hi all, I am new to ACEGI Security and facing few problems:?. if anyone out there can help me out of this it would be of great effect ...

4. HttpSessionContextIntegrationFilter-Diff. ways of checking changed context object    forum.springsource.org

HttpSessionContextIntegrationFilter-Diff. ways of checking changed context object I was just looking at the code of HttpSessionContextIntegrationFilter class...wonder why we are using 2 diff. ways of checking if the returned contextObject has ...

5. httpSessionContextIntegrationFilter - Need some help understanding it    forum.springsource.org

Hi! I'm still trying to figure out how the httpSessionContextIntegrationFilter work, and the login behaviour incase of a clustered appServer. Say I have a load balancer and two application servers, once ...

6. authz tag does not work with HTTPSessionContextIntegrationFilter    forum.springsource.org

authz tag does not work with HTTPSessionContextIntegrationFilter Hi, Has anyone faced issue with using authz tag, with HTTPSessionContextIntegrationFilter? I have tag in my plain vanilla jsp. I have my authz ...

7. Understanding HttpSessionContextIntegrationFilter    forum.springsource.org

Understanding HttpSessionContextIntegrationFilter Having a conceptual block; hope someone will take pity. The idea behind HttpSessionContextIntegrationFilter is that when a request is made, Acegi will first check to see if there is ...

8. HttpSessionContextIntegrationFilter    forum.springsource.org

9. HttpSessionContextIntegrationFilter thread racing??    forum.springsource.org

HttpSessionContextIntegrationFilter thread racing?? Hi I have a quite big application on weblogic 9.2. Tapestry 3.0.3 ,Acegi 1.0.3 , Spring 1.2.8 is used. I have a weird problem during logging into application. ...





10. HttpSessionContextIntegrationFilter.setContextClas s() not work    forum.springsource.org

Hi, I am using SpringSecurity 2.0 RC1 in my web application. I wrote my SecurityContext class, and I set my SecurityContextImpl to HttpSessionContextIntegrationFilter.setContextClas s(). but it doesn't work. I got org.springframework.security.context.SecurityConte ...

11. Using namespace and configuring HttpSessionContextIntegrationFilter    forum.springsource.org

I can't figure out how to configure the automatically created HttpSessionContextIntegrationFilter bean in a namespace configuration scenario. What I mean is that I'm using the spring security namespace "http" tag to ...

12. cloneFromHttpSession in HttpSessionContextIntegrationFilter    forum.springsource.org

cloneFromHttpSession in HttpSessionContextIntegrationFilter I'm a little unsure as to when to set cloneFromHttpSession=true in the HttpSessionContextIntegrationFilter. The post below suggests to set this to deal with concurrency issues, but can you ...

13. HttpSessionContextIntegrationFilter ignores allowSessionCreation flag?    forum.springsource.org

HttpSessionContextIntegrationFilter ignores allowSessionCreation flag? I am securing Axis2 web services using Spring Security 2.0.4. I have configured a HttpSessionContextIntegrationFilter as follows: ...

14. Race condition between HttpSessionContextIntegrationFilter and SessionFixationProtect    forum.springsource.org

Race condition between HttpSessionContextIntegrationFilter and SessionFixationProtect There seems to be a race condition between processing in the HttpSessionContextIntegrationFilter and the SessionFixationProtectionFilter. Here is our problem. We have a web application with ...