فهرست منبع

SEC-1192: Fix incorrect classname in preauth chapter

Luke Taylor 16 سال پیش
والد
کامیت
df7c734450
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/manual/src/docbook/preauth.xml

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

@@ -162,7 +162,7 @@ class="org.springframework.security.web.authentication.preauth.PreAuthenticatedA
     <security:custom-authentication-provider />      
     <property name="preAuthenticatedUserDetailsService">
       <bean id="userDetailsServiceWrapper" 
-          class="org.springframework.security.userdetails.UserDetailsByNameServiceWrapper">
+          class="org.springframework.security.core.userdetails.UserDetailsByNameServiceWrapper">
         <property name="userDetailsService" ref="userDetailsService"/>
       </bean>    
     </property>