mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-08 22:39:20 +00:00
add unit tests for PasswordEncoder implementations. remove ignore password case and ignore username case flags and handling from DaoAuthenticationProvider. remove requirement described in JavaDoc for AuthenticationDao that it ignore case when returning a user by username. Implementations may still do so if configured as such.
…
…
…
…
…
…
…
…
…
=============================================================================== 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$
Languages
Java
94.5%
Kotlin
4.8%
JavaScript
0.3%
Groovy
0.2%