364 Commits (85a67c6b7c906d170805bca85bb20cbb2a93a0dc)

Author SHA1 Message Date
Luke Taylor 4930657e57 Remove typo in method name "getAuthoritiesPopulator" 20 years ago
Scott McCrory 442c51bb30 SEC-318: Rename AuthenticationDao to UserDetailsService in local variables and logging messages 20 years ago
Ray Krueger d485e30fd5 SavedCookieTest was renamed to SavedCookieTests 20 years ago
Ray Krueger ca863ce4f7 http://opensource.atlassian.com/projects/spring/browse/SEC-308 20 years ago
Carlos Sanchez 46af400466 Added FilterInvocationDefinition interface to unify FilterInvocationDefinitionSource and FilterInvocationDefinitionMap 20 years ago
Carlos Sanchez 9e87bd6789 Add javadocs 20 years ago
Carlos Sanchez aa52124d72 Simplify configuration of FilterInvocationDefinitionMap 20 years ago
Carlos Sanchez 27de814d54 Prevent NullPointerException when not loaded from application context 20 years ago
Carlos Sanchez d847772c81 Prevent NullPointerException when not loaded from application context 20 years ago
Luke Taylor ae55e04522 SEC-297: Stop prepending of context path to full url default targets. Also added more stringent checks on format of injected defaultTargetUrl property. 20 years ago
Luke Taylor a2c3635d78 Moved class to test treee 20 years ago
Ray Krueger cada23f57d Synchronized MockFilterConfig uses for Spring 1.2.6 and 1.2.8 20 years ago
Ray Krueger 9fd0bbd694 Added Serializable check just to be sure... 20 years ago
Ray Krueger 1a9629b197 http://opensource.atlassian.com/projects/spring/browse/SEC-289 20 years ago
Ben Alex f7020755be SEC-291: Avoid unnecessary creation of SecurityContextHolderStrategy. 20 years ago
Luke Taylor 5d7a75a421 SEC-284: Removed allowEmptyPassword flag.. 20 years ago
Luke Taylor d2ee383e06 Changed to reject empty passwords by default. 20 years ago
Luke Taylor 02e7bbb982 SEC-284: added allowEmptyPasswords property with default value "true" 20 years ago
Ray Krueger 00620b6992 http://opensource.atlassian.com/projects/spring/browse/SEC-96 20 years ago
Ben Alex ab12817b7a SEC-97: Format Acegi Security source code in accordance with latest Jalopy configuration. 20 years ago
Luke Taylor 4d24c88d1e Enforce the setting of a LdapUserDetailsMapper on authenticators (rather than a general mapper) to make sure the correct type is returned and that the username is set before it is returned. 20 years ago
Luke Taylor 3eaed3ad44 Added additionalAuthenticationChecks implementation to make sure password is rechecked if Ldap is used with a user cache. 20 years ago
Luke Taylor 53b6735c3e Make sure the username and password are set on the final UserDetails object returned by the provider. 20 years ago
Luke Taylor 360e9908b7 Added test for empty or null username 20 years ago
Luke Taylor d8a28d6068 Add call for setDerefLinkFlag 20 years ago
Luke Taylor 016ac8016c Minor changes to increase coverage of methods 20 years ago
Luke Taylor 0d6b3ab9f3 Renamed 'execute' method in LdapCallback in line with Spring equivalents. Added some extra tests. 20 years ago
Luke Taylor 9623eb3d04 Correct log category package name 20 years ago
Luke Taylor 316798ef9e Made mock context factory a standalone class 20 years ago
Luke Taylor 859185eebd Removed unused methods and added some extra tests. 20 years ago
Luke Taylor 3239cd139e SEC-251: use username as parameter {2} in group searches 20 years ago
Luke Taylor 46cc1bec1e SEC-268: allow for delayed obtaining of app context reference 20 years ago
Luke Taylor f546e2bbad Remove default constructor as class is now only responsible for group searches which need the args version. 20 years ago
Luke Taylor fc8ead3c54 Make sure populator roles are added rather than overwriting any roles loaded with the user entry. 20 years ago
Luke Taylor f8db6a4c78 Switch LDAP tests back to embedded server and comment out apacheds-broken ones. 20 years ago
Luke Taylor 65fe641900 SEC-264: changes to LDAP services. 20 years ago
Scott Battaglia ab05cb95ff SEC-239: changed order url is created in to reflect new processing filter url order 20 years ago
Luke Taylor a7d7631f2f Fixed potential problem with multiple userDn patterns. 20 years ago
Luke Taylor f0b11109b4 Added tests for nameExists method 20 years ago
Luke Taylor def8a849a2 Added String-only 'compare' operation tests which now work with ApacheDS RC2 (unlike byte[] comparisons which are still broken). 20 years ago
Luke Taylor 0b2be28def Added search method which will be used for finding roles. 20 years ago
Luke Taylor 91f5fc30be SEC-258: Removed use of URI class 20 years ago
Luke Taylor 25c643970a Change package names to match apacheds RC1. 20 years ago
Ben Alex 9b63051149 SEC-204: Improve startup time detection of errors by FilterInvocationDefinitionSourceEditor. 20 years ago
Ben Alex cc07f620df SEC-257: ExceptionTranslationFilter to use AccessDeniedHandler. 20 years ago
Ben Alex d125569bd6 SEC-29: Save POST parameters on AuthenticationEntryPoint redirect. 20 years ago
Ben Alex 22aa0e898f SEC-243: SessionRegistry.getAllSessions() now accepts an "includeExpiredSessions" argument. 20 years ago
Ben Alex b05709df6a SEC-152: Strategy pattern for SecurityContextHoldder. 20 years ago
Scott McCrory 88ff43017d Added unit test for the overridden requiresAuthentication method 20 years ago
Ben Alex a47a342ce6 SEC-234: Allow pluggable AuthenticationDetailsSource strategy interface. 20 years ago