From a930ce2bf6f17b6fef69b54aa51946df75443d13 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 15 Feb 2008 14:34:46 +0000 Subject: [PATCH] SEC-577: Correct javadocs for switch user --- .../security/ui/switchuser/SwitchUserProcessingFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/springframework/security/ui/switchuser/SwitchUserProcessingFilter.java b/core/src/main/java/org/springframework/security/ui/switchuser/SwitchUserProcessingFilter.java index 7a86a810bc..b0dd5c50d1 100644 --- a/core/src/main/java/org/springframework/security/ui/switchuser/SwitchUserProcessingFilter.java +++ b/core/src/main/java/org/springframework/security/ui/switchuser/SwitchUserProcessingFilter.java @@ -82,7 +82,7 @@ import javax.servlet.http.HttpServletResponse; * {@link org.springframework.security.ui.switchuser.SwitchUserGrantedAuthority} which contains the original user. *

* To 'exit' from a user context, the user will then need to access a URL (see exitUserUrl) that - * will switch back to the original user as identified by the SWITCH_USER_GRANTED_AUTHORITY. + * will switch back to the original user as identified by the ROLE_PREVIOUS_ADMINISTRATOR. *

* To configure the Switch User Processing Filter, create a bean definition for the Switch User processing * filter and add to the filterChainProxy. Note that the filter must come after the