1. Question regarding value returned from WebAuthenticationDetails.getRemoteAddress() stackoverflow.comI am writing a custom AccessDecisionVoter that will allow access to certain resources only if the remote address of the request is found in a list of allow ip addresses. ... |
2. custom WebAuthenticationDetails; xml syntax for it to be used? forum.springsource.orgI originally posting this in the 'Container' forum, but perhaps this forum is better suited? Greetings, Spring v3.0.3 I have a java class extending WebAuthenticationDetails as so: public class VasmWebAuthenticationDetails extends ... |
3. How to change the default type of WebAuthenticationDetails forum.springsource.orgThis approach has been removed in the current codebase. Instead, write your own implementation of AuthenticationDetailsSource and create and return the object you want directly. |
4. AnonymousProcessingFilter/WebAuthenticationDetails bug? forum.springsource.orgAnonymousProcessingFilter/WebAuthenticationDetails bug? I am receiving an exception from AnonymousProcessingFilter java.lang.IllegalStateException: Cannot create a session after the response has been committed. After looking at the source code I found that the filter ... |
5. Using Custom WebAuthenticationDetails forum.springsource.orgUsing Custom WebAuthenticationDetails I am having a problem trying to get a custom WebAuthenticationDetails to load. Here is what I have in the applicationContext.xml |
6. WebAuthenticationDetails object is null forum.springsource.orgWebAuthenticationDetails object is null Hi, I'm dealing with audit logging for a web application based on Hibernate+Spring+Wicket and the audit data must include remote IP address of the user. I'm trying ... |
7. How to configure WebAuthenticationDetails, get the real IP address, support for rever forum.springsource.orgHow to configure WebAuthenticationDetails, get the real IP address, support for rever Hello! I use spring-security-3.0 as my security framework.I need to verify the user's IP address.But here I can not ... |
8. Using a custom WebAuthenticationDetails when logging in via URL parameters forum.springsource.orgUsing a custom WebAuthenticationDetails when logging in via URL parameters Hi All, I'm quite new to Spring security so bear with me here.. I'm trying to get some extra url parameters ... |
9. WebAuthenticationDetails not Serializable forum.springsource.orgWebAuthenticationDetails not Serializable I am getting the following error while using Spring Security 3.1.0 M1 and Springframework 3.0.4 java.io.NotSerializableException: org.springframework.security.web.authentication.We bAuthenticationDetails at java.io.ObjectOutputStream.writeObject0(ObjectOutp utStream.java:1156) at java.io.ObjectOutputStream.defaultWriteFields(Obje ctOutputStream.java:1509) at java.io.ObjectOutputStream.writeSerialData(ObjectO utputStream.java:1474) at ... |
10. 3.0.2 and WebAuthenticationDetails forum.springsource.org3.0.2 and WebAuthenticationDetails I'm using Spring security 3.0.2. I've got a custom provider custom authentication provider that logs me in just fine using usernmae and password. I need to grab another ... |
11. WebAuthenticationDetails contains a destroyed sessionId forum.springsource.orgHello! My "session-fixation-protection" is set to "newSession". I have register an ApplicationListener and I listen to InteractiveAuthenticationSuccessEvent event. The user logon. The logon session (A) is destroyed and a new one ... |
12. How do I use a custom WebAuthenticationDetails with BasicAuthenticationFilter forum.springsource.orgHow do I use a custom WebAuthenticationDetails with BasicAuthenticationFilter Hi everyone, I've written a handful of custom AuthenticationProviders which work with basic authentication. During the authenticate() method, I need to get ... |
13. custom WebAuthenticationDetails; xml syntax for it to be used? forum.springsource.orgcustom WebAuthenticationDetails; xml syntax for it to be used? Greetings, Spring v3.0.3 I have a java class extending WebAuthenticationDetails as so: public class VasmWebAuthenticationDetails extends WebAuthenticationDetails {...} It's the xml that's ... |