Thanks Luke!! Very helpful.
Type: Posts; User: bplawler; Keyword(s):
Thanks Luke!! Very helpful.
ah ha! That raises another question that I have. I am sure that would work, so my question now is this: is there a way for me to set the attributes on a filter that is configured using the security...
The problem is that
request.getContextPath() + "/j_spring_security_check"
doesn't map to anything in my war file because I have no "/*" url mapping in my web.xml. All 3 of the servlets that I...
Hi!
I have been working on integrating the new spring-security release into my app. I did a small "sandbox" example to familiarize myself with all the declarative security goodies and everything...