From f6502891423ba1a21fd92af1a67342925c436330 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Sat, 23 Jul 2005 10:05:32 +0000 Subject: [PATCH] Avoid expense of HttpSession when working with anonymous users. --- doc/xdocs/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/xdocs/changes.xml b/doc/xdocs/changes.xml index ed5172dbe0..94a09a2095 100644 --- a/doc/xdocs/changes.xml +++ b/doc/xdocs/changes.xml @@ -45,6 +45,7 @@ HttpSessionContextIntegrationFilter elegantly handles IOExceptions and ServletExceptions within filter chain (see http://opensource.atlassian.com/projects/spring/browse/SEC-20) 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 HttpSessionContextIntegrationFilter elegantly handles IOExceptions and ServletExceptions within filter chain (see http://opensource.atlassian.com/projects/spring/browse/SEC-20)