I'm still looking for any help with this. Now I want to inject the remote IP address into a bean. Thanks in advance.
Type: Posts; User: tompalmer; Keyword(s):
I'm still looking for any help with this. Now I want to inject the remote IP address into a bean. Thanks in advance.
Maybe I'm just being slow right now, but what's the best way to put the servlet request in as a bean in an application context? Specifically, I want to know the request URL off in some helper bean...
Thanks much.
Is there some way to take a property from one bean and inject that into the property of another? My use case is that I'd like to initialize a bunch of dependencies for one particular bean just in...
Thanks for the link on status-before-password. I had done some Googling but not explicit searching in the forum or JIRA. Apologies for missing that.
Concerning the UserDetailsService, it's not...
I have a question about the order of events in AbstractUserDetailsAuthenticationProvider, and also about authentication in general. It's related to this code:
...