mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-08 05:02:13 +00:00
SEC-1698: Update documentation to use correct package for RequestHeaderAuthenticationFilter
This commit is contained in:
parent
b87dabe1ac
commit
acee3e2593
@ -143,7 +143,7 @@
|
||||
</security:http>
|
||||
|
||||
<bean id="siteminderFilter" class=
|
||||
"org.springframework.security.web.authentication.preauth.header.RequestHeaderAuthenticationFilter">
|
||||
"org.springframework.security.web.authentication.preauth.RequestHeaderAuthenticationFilter">
|
||||
<property name="principalRequestHeader" value="SM_USER"/>
|
||||
<property name="authenticationManager" ref="authenticationManager" />
|
||||
</bean>
|
||||
|
Loading…
x
Reference in New Issue
Block a user