I’m using SwitchUserFilter (Spring 3.1) to temporary work as another user. The filter provides the URL for exiting from switched state, but I can’t find the clean way to provide such a URL on the web page. For example there are lots of useful tags in Grail such as <sec:ifSwitched>, <sec:switchedUserOriginalUsername/>, </sec:ifSwitched>. Is there anything similar for Java?
I’m using SwitchUserFilter (Spring 3.1) to temporary work as another user. The filter provides
Share
Well, I finally found a solution. Not that elegant as Grails tags, though.