Thanks dkarr, for opening the ticket. I think you are right in that the documentation/naming conventions are deceiving. But it would also be nice if the beans did in fact get auto-detected without...
Type: Posts; User: unsavory; Keyword(s):
Thanks dkarr, for opening the ticket. I think you are right in that the documentation/naming conventions are deceiving. But it would also be nice if the beans did in fact get auto-detected without...
Thank you for your response Luke. Yes, sorry I meant Spring 3. I thought the reason my configuration was not working was because it had been deprecated. I did also try the...
It seems org.springframework.security.web.authentication.preauth.PreAuthenticatedProcessingFilterEntryPoint has been deprecated.
Does anyone know how to provide a custom entry point in Spring 2?
...
I am having the exact same problem using Spring 3. It would be great if anyone has a solution to this. I can manually specify the beans and they show up in jmx-console. But Spring is not picking...
Brilliant. Thank you very much, this was exactly what I was looking for. It is working now.
We've been using Spring security for about a year now with great success. We are using a custom AuthenticationProvider. Our services are secured with @Secured annotations.
My question is, what...
Hopefully someone has an answer for this one. I'm using Spring's JdbcTemplate to do a few queries from within a background batch job that runs on a nightly basis. The problem is that after a day or...