소스 검색

Corrections to session mgmt chapter

Luke Taylor 15 년 전
부모
커밋
a361f1c926
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/manual/src/docbook/session-mgmt.xml

+ 2 - 2
docs/manual/src/docbook/session-mgmt.xml

@@ -106,9 +106,9 @@
   </beans:bean>
   
   <beans:bean id="myAuthFilter" 
-      class="org.springframework.security.web.authentcation.UsernamePasswordAuthenticationFilter">
+      class="org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter">
     <beans:property name="sessionAuthenticationStrategy" ref="sas" />
-    ...
+    <beans:property name="authenticationManager" ref="authenticationManager" />
   </beans:bean>
   
   <beans:bean id="sas"