-
Oct 18th, 2011, 08:01 AM
#1
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
-
Oct 18th, 2011, 07:25 PM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules