From 22aaf3449966487b16a93422332f95755d9550b4 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 15 Feb 2008 14:35:16 +0000 Subject: [PATCH] SEC-577: Correct javadocs for switch user --- .../acegisecurity/ui/switchuser/SwitchUserProcessingFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/acegisecurity/ui/switchuser/SwitchUserProcessingFilter.java b/core/src/main/java/org/acegisecurity/ui/switchuser/SwitchUserProcessingFilter.java index 1825efe75a..90abab24d1 100644 --- a/core/src/main/java/org/acegisecurity/ui/switchuser/SwitchUserProcessingFilter.java +++ b/core/src/main/java/org/acegisecurity/ui/switchuser/SwitchUserProcessingFilter.java @@ -80,7 +80,7 @@ import javax.servlet.http.HttpServletResponse; * specified user and will also contain an additinal {@link org.acegisecurity.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.
* Example: