Namespace version of tutorial config. Currently lacks support for remember me and anonymous authentication.

This commit is contained in:
Luke Taylor
2007-10-20 23:20:36 +00:00
parent b9cfae5903
commit c2db942852
3 changed files with 42 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
/WEB-INF/applicationContext-acegi-security.xml
/WEB-INF/applicationContext-security-ns.xml
</param-value>
</context-param>