Results 1 to 2 of 2

Thread: Error in Documentation

  1. #1
    Join Date
    Oct 2011
    Posts
    2

    Default Error in Documentation

    Hi
    First time poster here. Apologies if this is the wrong spot for this type of post. I tried the JIRA site but could not find a proper place either.

    There is an error in the documentation for Spring Security.

    http://static.springsource.org/sprin...e/preauth.html

    In the code section "Siteminder Example Configuration"

    <security:authentication-manager alias="authenticationManager">
    <security:authentication-provider ref="preauthAuthProvider" />
    </security-authentication-manager>

    should read


    <security:authentication-manager alias="authenticationManager">
    <security:authentication-provider ref="preauthAuthProvider" />
    </security:authentication-manager>


    Cheers

  2. #2
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    Thanks for reporting this. As you suspected JIRA is the appropriate place to report issues so that it can be tracked. I went ahead and logged SEC-1839 and fixed the issue. Thanks again for taking the time to contribute to Spring Security.
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •