12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- ===============================================================================
- SPRING SECURITY - README FILE
- ===============================================================================
- -------------------------------------------------------------------------------
- OVERVIEW
- -------------------------------------------------------------------------------
- Spring Security System 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.org.
- -------------------------------------------------------------------------------
- SOURCE RELEASES
- -------------------------------------------------------------------------------
- If you have downloaded a spring-security-xx-src.zip, you will NOT be able to
- 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
- at http://acegisecurity.org for further details. There is also a "Download"
- link if you would prefer to download an already compiled release.
- -------------------------------------------------------------------------------
- OBTAINING SUPPORT
- -------------------------------------------------------------------------------
- If you need any help, please use the Spring Security forum located at the
- Spring Community's forum site:
- http://forum.springframework.org
- If you start using Spring Security in your project, please consider joining
- 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
- available from http://acegisecurity.org.
- $Id$
|