Reputation: 460
I've got simple index.jsp file, ecluding imports looks like :
<% response.sendRedirect("http://stackoverflow.com"); %>
I'm not redirected when I load page with this JSP Component.
Thanks for help!
Upvotes: 0
Views: 854