From c641c445a07515af126395d3b5b831ac70fa0b1d Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Tue, 27 Apr 2004 06:37:42 +0000 Subject: [PATCH] Move port mapping functionality into separate classes to allow reuse. Permit implementations to override the source port (required given some browsers do not respond to HTTP redirects correctly). --- upgrade-04-05.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/upgrade-04-05.txt b/upgrade-04-05.txt index f22eddbb7f..de67f658b0 100644 --- a/upgrade-04-05.txt +++ b/upgrade-04-05.txt @@ -10,8 +10,10 @@ applications: WebApplicationContextUtils.getApplicationContext() method. Refer to the reference documentation to see the new configuration of filters. -- SecurityEnforcementFilter now requires an AuthenticationEntryPoint. - Refer to the reference documentation to see the alternatives available. +- SecurityEnforcementFilter now requires an AuthenticationEntryPoint + and PortResolver. Refer to the reference documentation to see the + alternatives AuthenticationEntryPoint implementations available. Simply + use the PortResolverImpl for the PortResolver requirement. - Any of your login or login failure pages that previously referred to AuthenticationProcessingFilter.ACEGI_SECURITY_LAST_EXCEPTION_KEY