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: