AppFuseSecurity |
|
Your trail: |
Difference between
version 13
and
version 12:
At line 19 changed 1 line. |
Download the following two JARs and put them in the lib/spring-1.1.3 directory of your project. If you're on an older version of Spring, that shouldn't matter. |
Download the following two JARs and put them in the lib/spring-1.1.3 directory of your project. If you're on an older version of Spring, that shouldn't matter. The Acegi Security JAR listed below contains a [patch|http://forum.springframework.org/viewtopic.php?p=10396#10396] that allows you to easily exclude URLs. Before the 1.8 release, I hope to fix this so you don't need a patched version. |
At line 25 added 1 line. |
Download [applicationContext-security.xml|https://appfuse.dev.java.net/source/browse/appfuse/web/WEB-INF/applicationContext-security.xml?rev=1.1] and put it in your web/WEB-INF directory. Make sure your metadata/web/web-settings.xml file loads this file as part of the ContextLoaderListener. For AppFuse 1.7+, this should look as follows: |
At line 27 added 6 lines. |
{{{ |
<context-param> |
<param-name>contextConfigLocation</param-name> |
<param-value>/WEB-INF/applicationContext-*.xml</param-value> |
</context-param> |
}}} |
Back to AppFuseSecurity,
or to the Page History.
|