我使用org.apache.shiro.web.servlet.ShiroFilter
并根据login.jsp
authc.loginUrl = /login.jsp
重定向到shiro.ini
如何在login.jsp
PS:
假设我的网址为localhost:8080/myApp/i.html
,现在它重定向到login.jsp
我有用于登录的ExtJs应用程序,在成功验证后,我想重定向回i.html
实际请求的URL用户。
答案 0 :(得分:1)
您可以使用shiro的WebUtils类来获取此类原始请求
WebUtils.getAndClearSavedRequest(request)