Acegi commits

RevisionAuthorDateDescription
3273luke_t05 Sep 2008 10:26:26

Class index generation files

3272luke_t05 Sep 2008 10:23:42

Updated schema verisions to 2.0.4

3271luke_t05 Sep 2008 09:49:38

OPEN - issue SEC-960: DN Encoding in LDAPUserDetailsManager.changePassword() causes bind errors
http://jira.springframework.org/browse/SEC-960. Replaced call to toUrl() with toString() to prevent URL encoding when setting up principal name for reconnect() in changePassword() method.

3270benalex05 Sep 2008 01:33:41

SEC-951: Overcome serialization error caused by BasicLookupStrategy failing to modify AccessControlEntryImpl.acl field to the replacement AclImpl (previously old references to StubAclParent were retained).

3269benalex05 Sep 2008 00:33:52

SEC-908: Correct issue with BasePermission static initialization failure.

3268luke_t04 Sep 2008 12:05:34

SEC-971: getter for cookieName in AbstractRememberMeServices
http://jira.springframework.org/browse/SEC-971. Added getCookieName() method.

3267luke_t01 Sep 2008 21:05:57

Converted literals to classname/interfacename docbook tags for easier indexing

3266luke_t01 Sep 2008 12:56:50

SEC-970: Corrected link in docbook html banner

3265luke_t29 Aug 2008 08:01:45

SEC-967: TextUtils.java does not escape ampersand character
http://jira.springframework.org/browse/SEC-967. Added escaping of '&' character

3264luke_t26 Aug 2008 12:21:29

OPEN - issue SEC-966: Consider adding escapeXml attribute to security:authentication
http://jira.springframework.org/browse/SEC-966. Added escaping of rendered text as default.

3263luke_t26 Aug 2008 09:51:01

SEC-963: LDAP Group Search Root
http://jira.springframework.org/browse/SEC-963. Changed namespace instances of DefaultAuthoritiesPopulator to use the root as the default search location.

3262luke_t26 Aug 2008 09:20:01

SEC-955: ability to externalize port mapping for secured channel to a property file
http://jira.springframework.org/browse/SEC-955. Changed schema to make port-mapping type xsd:string to allow placeholders.

3261luke_t26 Aug 2008 08:49:37

SEC-832: NamingEnumeration.hasMore fails on MS AD with PartialResultException
http://jira.springframework.org/browse/SEC-832. Changed searchForSingleEntry method to ignore PartialResultException, similar to Spring LDAP's approach.