3761 Commits (3469a8d4a3eac7a28336aec1e186bd52e4c55d0a)
 

Author SHA1 Message Date
Luke Taylor 3469a8d4a3 Javadoc. 16 years ago
Luke Taylor ac564fc34e SEC-1317: Forgot to commit test from config module. 16 years ago
Luke Taylor 02a9db7bcf SEC-1317: Removed check in ProviderManager.getProviders() for empty provider list. A ProviderManager with a non-null parent may have an empty provider list. The afterPropertiesSet() method performs the necessary checks. 16 years ago
Luke Taylor 444d93b13f SEC-1316: Remove 'removeAfterRequest' property from AnonymousAuthenticationFilter 16 years ago
Luke Taylor b53af68215 Corrected config error in concurrent session docs. 16 years ago
Luke Taylor d4e4a09801 SEC-1312: Add detection of 2.0 schemas. Added check to SecurityNamespaceHandler and reinstated old schemas. 16 years ago
Luke Taylor ab48d72cc2 Extra doc info on sharing of SecurityContext between threads 16 years ago
Luke Taylor b27d7afd24 SEC-1315: Modify HttpSessionSecurityContextRepository to check for anonymous token before creating a session. Moved the anonymity check to be before the session creation. 16 years ago
Luke Taylor aee6b8f3f9 SEC-1314: Deprecate cloneFromHttpSession and securityContextClass in HttpSessionSecurityContextRepository. Both deprecated. 16 years ago
Luke Taylor dab76249db Added gradle build files (experimental) 16 years ago
Luke Taylor 40056f2e4a Minor doc corrections 16 years ago
Luke Taylor 48dcc211e9 SEC-1148: Simple classname mapping from 2.0 to 3.0 16 years ago
Luke Taylor 2d1a5db9a0 Updated to Spring RC3 16 years ago
Luke Taylor 910c1163e8 Minor doc updates 16 years ago
Scott Battaglia dada789814 NOJIRA 16 years ago
Luke Taylor ed92d5ea71 SEC-1304: Removed unused compareTo method from custom GrantedAuthority. 16 years ago
Luke Taylor eddde8ea28 SEC-1309: Namespace configurations should support Spring EL. Removed premature conversion of URL paths to lower case, which messes up if they are case-sensitive expressions or placeholders. Some other minor changes to suppport EL configuration. 16 years ago
Luke Taylor 8a0f69b955 SEC-1295: Placing Security on Roo Aspected method fails. Added suggested fix - check for null target and use Signature.declaredType instead. 16 years ago
Luke Taylor 7e0c7ffc0e SEC-1304: Removed "Comparable" from GrantedAuthority 16 years ago
Luke Taylor e72cfd58d4 SEC-1304: Remove Comparable interface from GrantedAuthority to enable it to be imlemented by an enum. 16 years ago
Luke Taylor 1df82654e3 SEC-1310: Added toString() implementations to Pre and PostInvocationExpressionAttribute classes. 16 years ago
Luke Taylor 4582afa739 Spelling fix in Javadoc 16 years ago
Luke Taylor 38dcf3859e Minor doc correction 16 years ago
Luke Taylor c9ab463af7 Minor docbook updates and fixes to class/interface index generation script and xsl 16 years ago
Luke Taylor 6688d41705 Added faq on role prefix 16 years ago
Luke Taylor 999eadc540 Minor refactoring to use generics and avoid converting collections to arrays. 16 years ago
Luke Taylor 330e71eb8f Minor Javadoc. 16 years ago
Luke Taylor 8571571eaa SEC-1306: OpenIDAttribute class is not marked as Serializable. Added Serializable interface. 16 years ago
Luke Taylor 30b7000875 SEC-1178: Updates to EL docs 16 years ago
Luke Taylor e9402fa0f9 Removed commented deps from pom. 16 years ago
Luke Taylor 69699431b1 SEC-1303: Added internal Hex and Base64 classes, and moved commons-codec dependency to test scope 16 years ago
Luke Taylor cd6711d21a Doc updates. 16 years ago
Scott Battaglia 46ef4239ca SEC-1228 17 years ago
Scott Battaglia 585311aa4a SEC-1299 17 years ago
Scott Battaglia f35cb48407 NOJIRA 17 years ago
Luke Taylor 6eec9c4d95 Added custom-filter element to namespace appendix in manual 17 years ago
Scott Battaglia e812c58e04 NOJIRA 17 years ago
Luke Taylor 5546698fef SEC-1253: Decouple spring-security-config module from spring-security-web. Added ClassUtils.isPresent() check for FilterChainProxy before attempting to register web-related parsers and decorators. Added use of namespace to dms sample for testing. 17 years ago
Luke Taylor 4d8956a227 SEC-1288: Changed claimedIdentityFieldName in OpenIDAuthenticationFilter to "openid_identifier", as recommended by the 2.0 spec. 17 years ago
Luke Taylor 693d2bce03 SEC-1286: Fixed toString() output. 17 years ago
Luke Taylor 66b1b1957c SEC-1298: Deleted custom-filter BeanDefinitionDecorator 17 years ago
Luke Taylor 9b49dce8b5 SEC-1297: Added bundlor support to taglibs jar 17 years ago
Luke Taylor 3444b31615 SEC-1291: Add logout namespace support for custom success handler. Added attribute "success-handler-ref" to <logout> element in namespace. 17 years ago
Scott Battaglia f0a5572188 SEC-1228 17 years ago
Luke Taylor 9eae7b899c SEC-1284: Added proxy-target-class attribute to method security namespace 17 years ago
Luke Taylor d84542cf88 SEC-1285: minor vulnerability in BasicProcessingFilter. Changed logging of Basic authentication information. 17 years ago
Luke Taylor afdd80235c SEC-1272: <authentication-manager> does not register default event handler DefaultAuthenticationEventPublisher. Fixed Spring RC1 - RC2 regression problem with test (addApplicationListener() behaviour has changed). 17 years ago
Luke Taylor b39db5b711 Removed jaxen from template.mf 17 years ago
Luke Taylor c922021d28 SEC-1287: Regression with fix SEC-1022 - cannot register custom permissions w/BasicLookupStrategy. Added setter method for PermissionFactory field. 17 years ago
Luke Taylor d4d5012035 SEC-1272: <authentication-manager> does not register default event handler DefaultAuthenticationEventPublisher. Update AuthenticationManagerBeanDefinitionParser to register a DefaultAuthenticationeventPublisher and set it on the registered ProviderManager. 17 years ago