diff --git a/doc/xdocs/changes.xml b/doc/xdocs/changes.xml index 94a09a2095..d20e01c5a7 100644 --- a/doc/xdocs/changes.xml +++ b/doc/xdocs/changes.xml @@ -46,6 +46,12 @@ Form, CAS, X509 and Remember-Me authentication mechanisms now publish an InteractiveAuthenticationSuccessEvent (see http://opensource.atlassian.com/projects/spring/browse/SEC-5) FilterSecurityInterceptor now has an observeOncePerRequest boolean property, allowing multiple fragments of the HTTP request to be individually authorized (see http://opensource.atlassian.com/projects/spring/browse/SEC-14) AnonymousProcessingFilter cleans up the Authentication object, avoiding HttpSession creation overhead + UserAttributeEditor now removes trailing spaces + SecureContextLoginModule now provides ignoreMissingAuthentication property + SecureContextLoginModuleTests fixes (see http://opensource.atlassian.com/projects/spring/browse/SEC-36) + SiteMinder authentication services (see http://opensource.atlassian.com/projects/spring/browse/SEC-35) + Acegifier sample added (see http://opensource.atlassian.com/projects/spring/browse/SEC-1) + CVS changes to help new Eclipse-based developers get started HttpSessionContextIntegrationFilter elegantly handles IOExceptions and ServletExceptions within filter chain (see http://opensource.atlassian.com/projects/spring/browse/SEC-20)