瀏覽代碼

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

Rob Winch 14 年之前
父節點
當前提交
236efadfb7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docbook/preauth.xml

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

@@ -150,7 +150,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>