浏览代码

Corrected class name of Resin Container Adapter.

Ben Alex 21 年之前
父节点
当前提交
6f0f9650a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      samples/contacts/war/WEB-INF/resin-web.xml

+ 1 - 1
samples/contacts/war/WEB-INF/resin-web.xml

@@ -3,7 +3,7 @@
   -->
 <web-app>
       <authenticator>
-        <type>net.sf.acegisecurity.adapters.resin.ResinSpringAuthenticator</type>
+        <type>net.sf.acegisecurity.adapters.resin.ResinAcegiAuthenticator</type>
         <init>
           <app-context-location>WEB-INF/resin-acegisecurity.xml</app-context-location>
            <key>my_password</key>