Luke Taylor
4361211c21
Change release from milestone to release
17 years ago
Luke Taylor
71adc26b0f
[maven-release-plugin] prepare release spring-security-2.0.5.RELEASE
17 years ago
Luke Taylor
eb3288ca34
Removing unnecessary repository declarations
17 years ago
Luke Taylor
f3f4cfe804
Minor changes to readme
17 years ago
Luke Taylor
40fa884860
Updated release plugin version
17 years ago
Luke Taylor
3e393c9df6
Tidying test class
17 years ago
Luke Taylor
a61aca1abf
Update to bundlor M5
17 years ago
Luke Taylor
52d2c904f9
Disable adapters build
17 years ago
Luke Taylor
149fd5d8de
Add bundlor templates
17 years ago
Luke Taylor
f3f02d8aed
Update sec-2.0.x branch to use bundlor
17 years ago
Luke Taylor
781c99f257
SEC-1145: Updated LDAP code to make sure pooling flag is removed when binding as a specific user (for real this time)
17 years ago
Luke Taylor
b77f780993
SEC-1145: Updated LDAP code to make sure pooling flag is removed when binding as a specific user
17 years ago
Scott Battaglia
22964837e9
SEC-1066
...
upgraded to CAS Client for Java 3.1.5
17 years ago
Scott Battaglia
7566802a08
SEC-1046
...
upgrade to CAS Client for Java 3.1.4
18 years ago
Luke Taylor
4c3867718e
SEC-1031: Ported change from trunk.
18 years ago
Luke Taylor
ad4b5c487f
Temporarily store webflow test sample in sandbox
18 years ago
Luke Taylor
48013b2c93
typo
18 years ago
Luke Taylor
03b21494bc
Corrected typo
18 years ago
Luke Taylor
ac54976f9e
Added appendices to end of doc
18 years ago
Scott Battaglia
7594e1ae2f
SEC-984
...
added template method to allow to override the default of retrieving user by username.
18 years ago
Luke Taylor
97381fb448
SEC-974: Made getExceptionMappings() protected.
18 years ago
Carlos Sanchez
af3c77f56f
[SEC-997] Remove unnecessary repository
18 years ago
Luke Taylor
4542f00b14
SEC-975: Namespace security syntax does not interpret properties
...
http://jira.springframework.org/browse/SEC-975 . Changed creation of AccessDeniedHandler to use a BeanDefinition to make sure placeholders work OK.
18 years ago
Luke Taylor
5e4634d216
Minor Javadoc improvement.
18 years ago
Luke Taylor
d291def963
Removed invalid comment.
18 years ago
Luke Taylor
df59cb9dcd
Import cleaning.
18 years ago
Luke Taylor
ef0389ae79
SEC-976: Removed checks for presence of core-tiger classes.
18 years ago
Luke Taylor
5b9bb8ba54
[maven-release-plugin] prepare for next development iteration
18 years ago
Luke Taylor
73eed2656d
[maven-release-plugin] prepare release spring-security-parent-2.0.4
18 years ago
Luke Taylor
f935830cdf
Class index generation files
18 years ago
Luke Taylor
ee04b189b7
Updated schema verisions to 2.0.4
18 years ago
Luke Taylor
8661e17df9
OPEN - issue SEC-960: DN Encoding in LDAPUserDetailsManager.changePassword() causes bind errors
...
http://jira.springframework.org/browse/SEC-960 . Replaced call to toUrl() with toString() to prevent URL encoding when setting up principal name for reconnect() in changePassword() method.
18 years ago
Ben Alex
c45b4e0989
SEC-951: Overcome serialization error caused by BasicLookupStrategy failing to modify AccessControlEntryImpl.acl field to the replacement AclImpl (previously old references to StubAclParent were retained).
18 years ago
Ben Alex
0f8ea229c2
SEC-908: Correct issue with BasePermission static initialization failure.
18 years ago
Luke Taylor
5102be3a59
SEC-971: getter for cookieName in AbstractRememberMeServices
...
http://jira.springframework.org/browse/SEC-971 . Added getCookieName() method.
18 years ago
Luke Taylor
de379dc2ac
Converted literals to classname/interfacename docbook tags for easier indexing
18 years ago
Luke Taylor
09c70bb28e
SEC-970: Corrected link in docbook html banner
18 years ago
Luke Taylor
4e2d6f8b2e
SEC-967: TextUtils.java does not escape ampersand character
...
http://jira.springframework.org/browse/SEC-967 . Added escaping of '&' character
18 years ago
Luke Taylor
d781deffe7
OPEN - issue SEC-966: Consider adding escapeXml attribute to security:authentication
...
http://jira.springframework.org/browse/SEC-966 . Added escaping of rendered text as default.
18 years ago
Luke Taylor
a4e4120443
SEC-963: LDAP Group Search Root
...
http://jira.springframework.org/browse/SEC-963 . Changed namespace instances of DefaultAuthoritiesPopulator to use the root as the default search location.
18 years ago
Luke Taylor
83868a7334
SEC-955: ability to externalize port mapping for secured channel to a property file
...
http://jira.springframework.org/browse/SEC-955 . Changed schema to make port-mapping type xsd:string to allow placeholders.
18 years ago
Luke Taylor
150f3d97d0
SEC-832: NamingEnumeration.hasMore fails on MS AD with PartialResultException
...
http://jira.springframework.org/browse/SEC-832 . Changed searchForSingleEntry method to ignore PartialResultException, similar to Spring LDAP's approach.
18 years ago
Luke Taylor
7f28a8bc5d
Refactored DefaultLdapAuthoritiesPopulator to remove contextSource field and setter method.
18 years ago
Luke Taylor
1cfd886517
SEC-922: Spring Security should respect Spring XML boolean operators for AJ pointcut
...
http://jira.springframework.org/browse/SEC-922 . Added method to substitute boolean operators "and, not, or" with aspectj versions "&&, !, ||".
18 years ago
Luke Taylor
bb457e1d07
SEC-957: logger.debug without guard causing massive performance hit
...
http://jira.springframework.org/browse/SEC-957 . Added debug logging guard as requested.
18 years ago
Luke Taylor
09cf90258f
SEC-758: Both AspectJSecurityInterceptor and AspectJAnnotationSecurityInterceptor not usable with @AspectJ notation
...
http://jira.springframework.org/browse/SEC-758 . Added "throws Throwable" to AspectJAnnotationCallback signature.
18 years ago
Luke Taylor
e15d7a78cd
SEC-956: Remove MapBasedMethodDefinitionSource.lookupAttributes
...
http://jira.springframework.org/browse/SEC-956 . Done.
18 years ago
Luke Taylor
3bf5e406b7
SEC-936: NPE in AbstractFallbackMethodDefinitionSource
...
http://jira.springframework.org/browse/SEC-936 . Changed to check if the value of MethodInvocation.getThis() is null to prevent NPE. MapBasedMethodDefinitionSource now ignores calls to findAttributes() with a null target class (all its entries require a class) and the fallback option in AbstractFallbackMethodDefinitionSource is used if the targetClass is null (i.e. Method.getDeclaringClass() will be used as the Class)
18 years ago
Luke Taylor
6a68a2531c
SEC-904: Moved test module out of sandbox
18 years ago
Luke Taylor
959cdd8335
SEC-936: Tests
18 years ago