Search:

Type: Posts; User: nikitad; Keyword(s):

Search: Search took 0.04 seconds.

  1. I just saw this commit which addresses this:...

    I just saw this commit which addresses this: http://git.springsource.org/spring-security/se-security/commit/cec872c5c82d2864ad9bf49497cf325e88ccfddb

    Nikita
  2. Kerberos extension: avoiding reauthentication in SpnegoAuthenticationProcessingFilter

    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...
  3. Replies
    2
    Views
    1,844

    I found the answer to my own question :rolleyes:...

    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...
  4. Replies
    2
    Views
    1,844

    Spring security 3.1.0.M1 and XSD validation

    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...
  5. This is a similar thread:...

    This is a similar thread: http://forum.springsource.org/showthread.php?t=95921
  6. In case someone else has a similar issue, here is...

    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...
  7. Thanks Luke. I didn't realize that this would not...

    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...
  8. Using optional config file to override application default security settings

    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...
Results 1 to 8 of 8