First Commit - Source Code from Reply
This commit is contained in:
13
dbcmnpsrc/FE/mnpdev/crontab/web/jsp/empty.jsp
Normal file
13
dbcmnpsrc/FE/mnpdev/crontab/web/jsp/empty.jsp
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<%
|
||||
System.out.println("empty...");
|
||||
System.out.println("jsessionid="+session.getId());
|
||||
System.out.println("empty...");
|
||||
%>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user