1017 Commits (ff4e9e6ad4132efb7544252ddc242b0d2f2a4b45)

Author SHA1 Message Date
Rob Winch 6627f76df7 SEC-2758: Make ROLE_ consistent 11 years ago
Rob Winch 6e204fff72 SEC-2781: Remove deprecations 11 years ago
Rob Winch 30c5788b8b SEC-1897: Remove raw types from AbstractAccessDecisionManager 12 years ago
Rob Winch 4d738d8576 SEC-2491: KeyBasedPersistenceTokenService defaults to 32 bytes 12 years ago
Rob Winch 0704f88e99 SEC-2344: Remove check for DefaultParamterNameDiscoverer 12 years ago
Rob Winch 3089f1603e SEC-2682: DelegatingSecurityContextRunnable/Callable delegate toString() 12 years ago
Rob Winch 5810681b06 SEC-2574: JavaConfig default SessionRegistry processes SessionDestroyedEvents 12 years ago
Rob Winch 4e7398eec0 SEC-2150: Support class level annotations on Spring Data Repositories 12 years ago
Rob Winch d429c96253 SEC-2150: Add tests to verify JSR-250 Spec behavior 12 years ago
Rob Winch f50e058d07 SEC-2697: Fix logging of Spring Version Check 12 years ago
Rob Winch 475f25c787 SEC-2571: Failure in UserDetailsService->InternalAuthenticationServiceException 12 years ago
Rob Winch 2628be60d1 SEC-2173: Added SystemWideSaltSource.toString() test 12 years ago
Rob Winch 6dfdb10e31 Fix move to 4.0 12 years ago
Rob Winch fc8e4868ce SEC-2468: Fix tests 12 years ago
Rob Winch 65367e6547 SEC-2468: JdbcUserDetailsManager#createNewAuthentication uses null credentials 12 years ago
Rob Winch 2df5541905 SEC-2448: Update to HSQL 2.3.1 12 years ago
Rob Winch fa39ecd719 SEC-2367: ProviderManager rethrows InternalAuthenticationServiceExceptions 12 years ago
Rob Winch 2d2f91484d SEC-2350: Fix broken test 13 years ago
Rob Winch 1745715865 SEC-2350: Remove warning whe using Spring 4 13 years ago
Rob Winch e696890e8e SEC-2151: Fix spring4Test 13 years ago
Rob Winch 61e6acb3f4 SEC-2151: AnnotationParameterNameDiscoverer support single annotated param 13 years ago
Rob Winch e5f034bdef SEC-2151: Fix tests 13 years ago
Rob Winch a09756745f SEC-2151: Support binding method arguments with Annotations 13 years ago
Rob Winch fb0a8d19e8 SEC-2322: Support StandardReflectionParameterNameDiscoverer 13 years ago
Rob Winch 788ba9a1fa SEC-2329: Allow injecting of AuthenticationTrustResolver 13 years ago
Rob Winch 664220f304 SEC-2295: Remove error logging when Spring version equals Spring Security 13 years ago
Rob Winch 086056f191 SEC-2289: Make compatible with Spring 4 as well 13 years ago
Oliver Becker 9eb34fe51c SEC-2119: Add a 'form-parameter' attribute to <remember-me> 13 years ago
Rob Winch 6b81f97081 SEC-2114: Polishing Spring Based Cache 13 years ago
Marten Deinum 01ea39ce35 SEC-2114: Provide Spring Cache Abstraction based cache implementations 13 years ago
Rob Winch 1ed643ca1f SEC-1998: Provide integration with WebAsyncManager#startCallableProcessing 14 years ago
Rob Winch 51fd83060e SEC-2077: Concurrency support 14 years ago
Rob Winch c076f0f2e1 SEC-2056: DaoAuthenticationProvider performs isPasswordValid when user not found 14 years ago
Rob Winch f3b143f677 SEC-2031: PreInvocationAuthorizationAdviceVoter supports subclasses 14 years ago
Rob Winch 734188206d SEC-1940: ProviderManager publishes any AccountStatusException 14 years ago
Rob Winch 10e6a6f943 Remove compile warnings in AspectJMethodSecurityInterceptorTests 14 years ago
Rob Winch 9a9aafaeec SEC-1967: Restore original SecurityContext in finally when RunAsManager is used 14 years ago
Rob Winch f2345fcb21 SEC-1981: Remove dependency on Locale for the build 14 years ago
Rob Winch 8b05d23832 SEC-1971: Allow injection of ExpressionParser in AbstractSecurityExpressionHandler 14 years ago
Andrei Stefan 0f9ee81df1 SEC-1887: Improve extensibility of expression-based security classes 14 years ago
Luke Taylor f97463cdb5 Minor comment fixes 14 years ago
Rob Winch 1f835fec43 SEC-1867: Perform null check on Authentication.getCredentials() prior to calling toString() 14 years ago
Rob Winch 8ca2927761 Renamed **/Test.java to **/Tests.java to better follow conventions 14 years ago
Luke Taylor 2953f56b2b Remove ancient code formatter artifacts. 15 years ago
Luke Taylor 44364d0101 SEC-1826: Empty attribute list should be treated the same as null in DelegatingMethodSecurityMetadataSource. 15 years ago
Luke Taylor 59a07175a6 SEC-1744: Do not trust authorities contained in the authentication request in JaasAuthenticationProvider. 15 years ago
Luke Taylor 5fce0a58bd SEC-1750: Make sure RunAs replacement is constrained to the SecurityContext of the current thread. 15 years ago
Luke Taylor 74daa68691 SEC-1796: Check for annotated annotations at class/interface level. Previously only the specific security annotation was checked for. By delegating to Spring's AnnotationUtils, custom annotations carrying the security annotation are also detected. 15 years ago
Rob Winch 7399c9a7a5 SEC-1792: Fixed NullPointerException in RunAsUserToken#toString() 15 years ago
Luke Taylor 2d271666a4 Add constructors to facilitate constructor-based injection for required/shared bean properties. 15 years ago