Luke Taylor
|
657a69b906
Minor doc/javadoc updates to clarify use of UserDetailsContextapper.
|
15 years ago |
Luke Taylor
|
3b8fbe8bee
Minor doc updates.
|
15 years ago |
Luke Taylor
|
4ad85cdfdf
SEC-1508: Update docbook processing to use Docbook 5 namespaces.
|
15 years ago |
Luke Taylor
|
845c50a1c3
SEC-1507: Applied patch to return empty authority list rather than null from RoleHierarchyImpl.
|
15 years ago |
Luke Taylor
|
25d222208d
Switch version to 3.0.4-CI-SNAPSHOT.
|
15 years ago |
Luke Taylor
|
9b0c21dfef
3.0.3 release. Update version in build files.
|
15 years ago |
Luke Taylor
|
8301bd6276
Added that config jar is required to use the namespace.
|
15 years ago |
Luke Taylor
|
1872d94aa1
Porting gradle changes from master
|
15 years ago |
Luke Taylor
|
46611872db
Updated version in manual for 3.0.3 release
|
15 years ago |
Luke Taylor
|
b6cbdde0cb
Minor doc xref link corrections.
|
15 years ago |
Luke Taylor
|
71e1702224
SEC-1493: Documentation of support for erasing credentials.
|
15 years ago |
Luke Taylor
|
80ccd2b285
SEC-1501: Fix bean classname in Javadoc for SwitchUserFilter.
|
15 years ago |
Luke Taylor
|
02c1f02f2a
SEC-1493: Fix broken tests in 3.0.x branch
|
15 years ago |
Luke Taylor
|
21a664b2eb
Deprecation warning suppression for UserMap.
|
15 years ago |
Luke Taylor
|
9a2d0c2cb5
SEC-1493: Added namespace support.
|
15 years ago |
Luke Taylor
|
73b62497a3
SEC-1493: Added CredentialsContainer interface and implemented it in User, AbstractAuthenticationToken and UsernamePasswordAuthenticationToken. ProviderManager makes use of this to erase the credentials of the returned Authentication object (and its contents) if configured to do so by setting the 'eraseCredentialsAfterAuthentication' property.
|
15 years ago |
Luke Taylor
|
09aba3906c
SEC-1496: Added support for use of any non-standard URL schemes in DefaultRedirectStrategy.
|
15 years ago |
Luke Taylor
|
57cfff6f5c
SEC-1500: Convert AbstractRetryEntryPoint to use requestURI to correctly encode URLs.
|
15 years ago |
Luke Taylor
|
b7b6b2bac7
Update to Spring 3.0.3.RELEASE
|
15 years ago |
Luke Taylor
|
8602ae3863
Upgrade maven build to Spring 3.0.3.BUILD-SNAPSHOT
|
15 years ago |
Luke Taylor
|
8737fe3acb
SEC-1495: Convert User class equals and hashcode methods to only use the "username" property.
|
15 years ago |
Luke Taylor
|
27faad3402
SEC-1488: Remove commons-logging dependencies from maven poms and use slf4j in all samples.
|
15 years ago |
Luke Taylor
|
aaa7bd90b2
SEC-1481: Updated constructors of Authentication types to use a generic wildcard for authorities collection.
|
15 years ago |
Luke Taylor
|
295e0ded18
SEC-1483: Change User constructor to use a generic wildcard for authorities collection.
|
15 years ago |
Luke Taylor
|
304f12fb63
SEC-1455: Load namespace parsers when required, rather than on init() call, to avoid classloaded issue with dmServer failing to resolve web classes when the namespace handler is first used.
|
15 years ago |
Luke Taylor
|
8cbe232fbf
SEC-1480: Add simple equals and hashcode methods based on DN value to LdapUserDetailsImpl to allow its use as a map key (in SessionRegistry, for example).
|
15 years ago |
Luke Taylor
|
5ac106808e
Remove outdated scm information from pom.xml.
|
15 years ago |
Luke Taylor
|
8c605516b3
SEC-1463: Change namespace user-service parser to store username in lower-case when building map for in-memory UserDetailsService. Lookups are supposed to be case-insensitive with this class.
|
15 years ago |
Luke Taylor
|
e6e168f127
SEC-1456: Set rtexprvalue=true for "url" attribute in access tag to allow dynamic values (such as URL of current page).
|
15 years ago |
Luke Taylor
|
6d6c2d31ef
SEC-1462: Only apply session fixation protection strategy if request.isRequestedSessionIdValid() returns true. We don't need to create a new session if the current one already has a different Id from the client.
|
15 years ago |