Apache shiro登录成功后跳转到访问被拦截之前的路径

SavedRequest reqUrl = WebUtils.getSavedRequest(request);

String URL= reqUrl.getRequestUrl();

这样就可以获取到被拦截的URL路径了

你可能感兴趣的:(apache,shiro,successUrl)