diff --git a/doc/xdocs/changes.xml b/doc/xdocs/changes.xml index 2a204b4429..dce9d17da3 100644 --- a/doc/xdocs/changes.xml +++ b/doc/xdocs/changes.xml @@ -28,9 +28,10 @@ X509 (certificate-based) authentication support UserDetails now advises locked accounts, with corresponding DaoAuthenticationProvider events and enforcement - ContextHolderAwareRequestWrapper methods returns null if user is anonymous + ContextHolderAwareRequestWrapper methods return null if user is anonymous AbstractBasicAclEntry improved compatibility with Hibernate User now provides a more useful toString() method + Use Spring 1.1.5 JARs SecurityEnforcementFilter caused NullPointerException when anonymous authentication used with BasicProcessingFilterEntryPoint FilterChainProxy now supports replacement of ServletRequest and ServetResponse by Filter beans Corrected Authz parsing of whitespace in GrantedAuthoritys diff --git a/project.xml b/project.xml index 760e5d11de..6600fbc0ef 100644 --- a/project.xml +++ b/project.xml @@ -244,7 +244,7 @@ springframework spring-core - 1.1.3 + 1.1.5 jar http://www.springframework.org @@ -254,7 +254,7 @@ springframework spring-dao - 1.1.3 + 1.1.5 jar http://www.springframework.org @@ -264,7 +264,7 @@ springframework spring-orm - 1.1.3 + 1.1.5 jar http://www.springframework.org @@ -274,7 +274,7 @@ springframework spring-context - 1.1.3 + 1.1.5 jar http://www.springframework.org @@ -284,7 +284,7 @@ springframework spring-aop - 1.1.3 + 1.1.5 jar http://www.springframework.org @@ -294,7 +294,7 @@ springframework spring-web - 1.1.3 + 1.1.5 jar http://www.springframework.org @@ -304,7 +304,7 @@ springframework spring-webmvc - 1.1.3 + 1.1.5 jar http://www.springframework.org @@ -314,7 +314,7 @@ springframework spring-mock - 1.1.3 + 1.1.5 jar http://www.springframework.org