Procházet zdrojové kódy

SEC-1698: Update documentation to use correct package for RequestHeaderAuthenticationFilter

Rob Winch před 14 roky
rodič
revize
acee3e2593
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/manual/src/docbook/preauth.xml

+ 1 - 1
docs/manual/src/docbook/preauth.xml

@@ -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>