Browse Source

Modifications to support changes to Resin container adapter.

Ben Alex 21 năm trước cách đây
mục cha
commit
60ddb6a3c7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      samples/contacts/war/WEB-INF/resin-web.xml

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

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