Modifications to support changes to Resin container adapter.

This commit is contained in:
Ben Alex 2004-03-30 04:42:09 +00:00
parent 1affe45ced
commit 60ddb6a3c7

View File

@ -5,7 +5,7 @@
<authenticator> <authenticator>
<type>net.sf.acegisecurity.adapters.resin.ResinAcegiAuthenticator</type> <type>net.sf.acegisecurity.adapters.resin.ResinAcegiAuthenticator</type>
<init> <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> <key>my_password</key>
</init> </init>
</authenticator> </authenticator>