Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/crontab/web/jsp/empty.jsp
2024-05-13 12:54:14 +02:00

14 lines
193 B
Plaintext

<html>
<head>
<title>
</title>
</head>
<body>
<%
System.out.println("empty...");
System.out.println("jsessionid="+session.getId());
System.out.println("empty...");
%>
</body>
</html>