blob: 27f34d234e06c83189a5cfe9dc35868bc978b26a [file]
<%
RequestDispatcher rd = application.getContext("/testsuite").getRequestDispatcher("/test_session.jsp");
rd.forward(request, response);
%>