Sign in
apache
/
pluto
/
portal
/
.
/
src
/
webapp
/
test_session.jsp
blob: 27f34d234e06c83189a5cfe9dc35868bc978b26a [
file
] [
log
] [
blame
]
<%
RequestDispatcher
rd
=
application
.
getContext
(
"/testsuite"
).
getRequestDispatcher
(
"/test_session.jsp"
);
rd
.
forward
(
request
,
response
);
%>