spring-security/src-readme.txt

47 lines
1.9 KiB
Plaintext
Raw Normal View History

2005-01-23 20:05:00 -05:00
===============================================================================
SPRING SECURITY - README FILE
2005-01-23 20:05:00 -05:00
===============================================================================
-------------------------------------------------------------------------------
OVERVIEW
-------------------------------------------------------------------------------
Spring Security System provides security services for
2005-01-23 20:05:00 -05:00
The Spring Framework (http://www.springframework.org).
For a detailed list of features and access to the latest release, please visit
2005-10-23 01:02:29 -04:00
http://acegisecurity.org.
2005-01-23 20:05:00 -05:00
-------------------------------------------------------------------------------
SOURCE RELEASES
-------------------------------------------------------------------------------
If you have downloaded a spring-security-xx-src.zip, you will NOT be able to
2005-01-23 20:05:00 -05:00
compile the project. The -src releases are intended for source code review
and IDE integration only. If you wish to use Spring Security, you must download
the full release or compile it from CVS. See the "Building" page
2005-10-23 01:02:29 -04:00
at http://acegisecurity.org for further details. There is also a "Download"
link if you would prefer to download an already compiled release.
2005-01-23 20:05:00 -05:00
-------------------------------------------------------------------------------
OBTAINING SUPPORT
-------------------------------------------------------------------------------
If you need any help, please use the Spring Security forum located at the
Spring Community's forum site:
2005-01-23 20:05:00 -05:00
http://forum.springframework.org
If you start using Spring Security in your project, please consider joining
2005-01-23 20:05:00 -05:00
the acegisecurity-developer mailing list. This is currently the best way to
keep informed about the project's status and provide feedback in design
discussions. You can join at:
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer.
Links to mailing list archives, the forums, and other useful resources are
2005-10-23 01:02:29 -04:00
available from http://acegisecurity.org.
2005-01-23 20:05:00 -05:00
$Id$