I just saw this commit which addresses this: http://git.springsource.org/spring-security/se-security/commit/cec872c5c82d2864ad9bf49497cf325e88ccfddb
Nikita
Type: Posts; User: nikitad; Keyword(s):
I just saw this commit which addresses this: http://git.springsource.org/spring-security/se-security/commit/cec872c5c82d2864ad9bf49497cf325e88ccfddb
Nikita
I am using the Spring Security Kerberos extension (which btw was easy to setup and use, thank you!). One problem I ran into is that every request gets re-authenticated in...
I found the answer to my own question :rolleyes:
The schema used for validation is packaged with the jars. The mapping from the schemaLocation URL to the file on the classpath is done via the...
I am using the milestone release of spring security 3.1 (this feature https://issues.springsource.org/browse/SEC-1171 is awesome!). I noticed that the XSD for the XML configuration is not specific to...
This is a similar thread: http://forum.springsource.org/showthread.php?t=95921
In case someone else has a similar issue, here is what I did. I ended up using the approach that Luke suggested, but with a slight difference. I don't want any file shipped with my app to be...
Thanks Luke. I didn't realize that this would not be possible for most namespace elements. So if I want to allow customization of all security configs (including custom filters, intercept urls, entry...
My application has a default spring security configuration, but I would like to enable users to override the default settings. I was hoping to do this such that the original file does not need to be...