Hi,
I have a shiro protected application what works just fine on Weblogic. I
moved the application onto Tomcat and noticed that
/*WebUtils.redirectToSavedRequest(request, response, "/index.jsp");*/ no
longer works. I call that after the user has been successfully logged in and
should be taking me to index.jsp.
however i noticed that using
*/request.getRequestDispatcher("index.jsp").include(request, response);/*
works fine.
Has anybody else experienced the same issue? I'm using Struts 1.3 on Tomcat
7.
Thanks
DGV
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/WebUtils-redirectToSavedRequest-fails-in-Tomcat-7-tp7578708.html
Sent from the Shiro User mailing list archive at Nabble.com.