Go to file
Ben Alex 7e85bbc054 Relaxed requirement so targetClass OR targetBean can be used (targetBean no longer requires targetClass to be specified as well). 2004-04-16 12:37:58 +00:00
adapters
core/src Relaxed requirement so targetClass OR targetBean can be used (targetBean no longer requires targetClass to be specified as well). 2004-04-16 12:37:58 +00:00
docs Relaxed requirement so targetClass OR targetBean can be used (targetBean no longer requires targetClass to be specified as well). 2004-04-16 12:37:58 +00:00
extractor
hsqldb
integration-test ant format seems to have reformated these differently than what is in CVS 2004-04-13 21:59:02 +00:00
lib Add support for HTTP Basic Authentication. 2004-04-11 12:09:08 +00:00
samples Provide a proxy so filters can be loaded directly from the application context. 2004-04-16 06:31:48 +00:00
test move and rename password encoding classes. 2004-04-16 03:44:04 +00:00
.classpath add back HSQL db in test dir, as it turns out _it is_ supposed to be in CVS 2004-04-15 03:34:18 +00:00
.cvsignore
.project
ant.bat
build.xml Provide a proxy so filters can be loaded directly from the application context. 2004-04-16 06:31:48 +00:00
changelog.txt Add support for HTTP Basic Authentication. 2004-04-11 12:09:08 +00:00
contributors.txt
jalopy.xml
license.txt
notice.txt
project.properties
readme.txt
roadmap.txt Add support for HTTP Basic Authentication. 2004-04-11 12:09:08 +00:00
upgrade-03-04.txt
upgrade-04-05.txt Add support for HTTP Basic Authentication. 2004-04-11 12:09:08 +00:00

readme.txt

===============================================================================
              ACEGI SECURITY SYSTEM FOR SPRING - README FILE
===============================================================================

-------------------------------------------------------------------------------
OVERVIEW
-------------------------------------------------------------------------------

The Acegi Security System for Spring provides security services for 
The Spring Framework (http://www.springframework.org).

For a detailed list of features and access to the latest release, please visit
http://acegisecurity.sourceforge.net.

-------------------------------------------------------------------------------
QUICK START
-------------------------------------------------------------------------------

Copy samples/contact/dist/contacts.war into your container webapps directory.
Then visit http://localhost:8080/contacts/ and click "Manage". The Acegi
Security System for Spring secures this small application by protecting both
the method invocations of business objects, and also the HTTP URLs.

-------------------------------------------------------------------------------
DOCUMENTATION
-------------------------------------------------------------------------------

Please refer to the Reference Guide, which is located in the docs/reference
directory. In addition, JavaDocs are located in the docs/api directory.

-------------------------------------------------------------------------------
OBTAINING SUPPORT
-------------------------------------------------------------------------------

If you need any help, please post a question on the Spring Users mailing list
or email ben.alex@acegi.com.au.


$Id$