3723 Commits (4d8956a2277d4da896fc7f7cb22d0c8a0ccf5182)
 

Author SHA1 Message Date
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
Luke Taylor 1898b4df52 Updated scope of commons collections to 'test' 17 years ago
Luke Taylor ea8d5a8897 Update spring version to RC2 17 years ago
Luke Taylor fdf46b99eb Corrected sample code for request-header authentication. 17 years ago
Luke Taylor 9d85168a10 Fix apache-ds shard-ldap version in template.mf (should be 0.9.15) 17 years ago
Luke Taylor a2468c523a SEC-1283: AuthenticationConfigBuilder.createAnonymousFilter uses httpElt instead of anonymousElt. Corrected element name. 17 years ago
Luke Taylor 617e517e5e SEC-1280: NullPointerException in PersistentTokenBasedRememberMeServices when logging out twice. Added check for null authentication in logout method. 17 years ago
Luke Taylor 197737a2b4 SEC-1281: make sure correct 'key' value is used for RememberMeAuthenticationProvider when external RememberMeServices is used 17 years ago
Luke Taylor 248e826342 SEC-1282: Clarified javadoc 17 years ago
Luke Taylor 0b1d0d11d7 Update bundlor to 1.0.0.M6 17 years ago
Luke Taylor 8f5c414b00 Improve cleanup in sample script 17 years ago
Luke Taylor ce8ac8a5e6 Corrected Spring Version 17 years ago
Luke Taylor f02f5a1891 Updated mockito to 1.8.0 17 years ago
Luke Taylor e94c7739d2 Remove dependency on MockAuthenticationManager 17 years ago
Luke Taylor 930c1b6b53 Coverted to Junit 4 test. 17 years ago
Luke Taylor 11e476c486 Added issue numbers in comment. 17 years ago
Luke Taylor d4d45e1311 Make getHeader() methods check case-insensitive matching on header name. 17 years ago
Luke Taylor 7282eed197 Import cleaning. 17 years ago
Luke Taylor 799b96520b SEC-1269: Combining <form-login> and <open-id> fails to find entry point. Fixed entry point choice conditions when using openID and/or form-login 17 years ago
Luke Taylor 12d825e557 Removed src-readme.txt (out of date) 17 years ago
Luke Taylor 3f963ef8ca Restore versions and svn URLs in trunk (release plugin fail) 17 years ago
Luke Taylor af563e826c [maven-release-plugin] prepare release spring-security-3.0.0.RC1 17 years ago
Luke Taylor 5f3ff97ce0 Disable aspectj sample 17 years ago
Luke Taylor 16de9920a0 Disable aspects module for release 17 years ago
Luke Taylor d0c3b5717b Updated version to RC1 17 years ago
Luke Taylor 768264d717 Enabled bundlor in OpenID and CAS 17 years ago
Luke Taylor 4dc231b3bc Enabled bundlor in OpenID and CAS 17 years ago
Luke Taylor 7fd03409fc Updating dependency versions to match spring RC1 ones 17 years ago
Luke Taylor 73df14c912 Allow any ordering of authentication-provider elements within authentication-manager 17 years ago
Luke Taylor 5d3aa1a144 Formatting 17 years ago
Luke Taylor 021f650f3d Tidying up ldap pom 17 years ago
Luke Taylor 735ecac215 SEC-1255: Forot dispathcer-servlet context 17 years ago
Luke Taylor bf7d691c45 Update and fix tests 17 years ago
Luke Taylor c9e2121504 SEC-1255: Replace file with controller to avoid windows filename problems 17 years ago
Luke Taylor 881632cc08 SEC-1250: Removed duplicate property. 17 years ago
Luke Taylor cf5e713812 Fixes to samples and improved test workout script 17 years ago
Luke Taylor 0615b94f55 Converted expression test to use static method. 17 years ago
Luke Taylor ed2ddf9323 SEC-1263: Add FactoryBean for namespace AuthenticationManager. <http> now uses AuthenticationManagerFactoryBean. Method security already uses a delegate object to lookup the AuthenticationManager. This now uses the same error message if the bean isn't found, rather than allowing the BeanFactory NoSuchBeanDefinitionException to be thrown directly. 17 years ago
Luke Taylor ac5237c127 SEC:1263: Added FactoryBean for AuthenticationManager 17 years ago