diff --git a/webapps/.DS_Store b/webapps/.DS_Store index f1035f184979987d993b86dfab055526d61b8c73..c28b7b8805c0328746e428f1fd000f128c5d8c4c 100644 Binary files a/webapps/.DS_Store and b/webapps/.DS_Store differ diff --git a/webapps/ROOT/.DS_Store b/webapps/ROOT/.DS_Store index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..fd49125f40b46fee7529352e02f930ac3843c537 100644 Binary files a/webapps/ROOT/.DS_Store and b/webapps/ROOT/.DS_Store differ diff --git a/webapps/ROOT/etc/.DS_Store b/webapps/ROOT/etc/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..a0863e457b371c955d3cd7a4737ef4ca67cfcd24 Binary files /dev/null and b/webapps/ROOT/etc/.DS_Store differ diff --git a/webapps/ROOT/etc/configure.properties b/webapps/ROOT/etc/configure.properties index eda4415cddfc078f1cb5197ec5d550071feef420..9b01e2877ca146bd88896d0d67ea2c68e08690a0 100644 --- a/webapps/ROOT/etc/configure.properties +++ b/webapps/ROOT/etc/configure.properties @@ -32,7 +32,7 @@ authOverall = l #[Login and browse home page] #This setting means visitor could browse file list if not login #If you want any visitor must log in to entry the home page,you can set this value is N -#(N = no;O = off) +#(N = oN;O = off) #Example: #mustLogin = N mustLogin = O diff --git a/work/Catalina/localhost/ROOT/SESSIONS.ser b/work/Catalina/localhost/ROOT/SESSIONS.ser new file mode 100644 index 0000000000000000000000000000000000000000..4dce333f050e62264c21f4101115b4510e758f6e Binary files /dev/null and b/work/Catalina/localhost/ROOT/SESSIONS.ser differ diff --git a/work/Catalina/localhost/ROOT/org/apache/jsp/home_jsp.class b/work/Catalina/localhost/ROOT/org/apache/jsp/home_jsp.class index 50ea332abfcf8565392d02189889a6bad50af3c9..7cc3de67a8436f4118435096126a537ca43db23c 100644 Binary files a/work/Catalina/localhost/ROOT/org/apache/jsp/home_jsp.class and b/work/Catalina/localhost/ROOT/org/apache/jsp/home_jsp.class differ diff --git a/work/Catalina/localhost/ROOT/org/apache/jsp/home_jsp.java b/work/Catalina/localhost/ROOT/org/apache/jsp/home_jsp.java index b19454e27a1fe9958d34749d12ddf672892c1bf3..91ed4a61e2ab284739808b9541d50c8e1b1997a5 100644 --- a/work/Catalina/localhost/ROOT/org/apache/jsp/home_jsp.java +++ b/work/Catalina/localhost/ROOT/org/apache/jsp/home_jsp.java @@ -1,7 +1,7 @@ /* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/9.0.0.M17 - * Generated at: 2018-03-22 07:13:38 UTC + * Generated at: 2018-03-23 01:20:08 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. @@ -123,7 +123,7 @@ public final class home_jsp extends org.apache.jasper.runtime.HttpJspBase out.write("\n"); out.write("KIFT\n"); out.write("\n"); - out.write("\n"); + out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); @@ -505,7 +505,7 @@ public final class home_jsp extends org.apache.jasper.runtime.HttpJspBase out.write("\n"); out.write("\n"); out.write("\n"); - out.write("\n"); + out.write("\n"); out.write(""); } catch (java.lang.Throwable t) { if (!(t instanceof javax.servlet.jsp.SkipPageException)){ diff --git a/work/Catalina/localhost/ROOT/org/apache/jsp/login_jsp.class b/work/Catalina/localhost/ROOT/org/apache/jsp/login_jsp.class new file mode 100644 index 0000000000000000000000000000000000000000..c4a11faa6f91282ce2c1e8bba2a61783f5c0bc9b Binary files /dev/null and b/work/Catalina/localhost/ROOT/org/apache/jsp/login_jsp.class differ diff --git a/work/Catalina/localhost/ROOT/org/apache/jsp/login_jsp.java b/work/Catalina/localhost/ROOT/org/apache/jsp/login_jsp.java new file mode 100644 index 0000000000000000000000000000000000000000..f87cb1226a0705a7f7adf4e85319418e755b2bd8 --- /dev/null +++ b/work/Catalina/localhost/ROOT/org/apache/jsp/login_jsp.java @@ -0,0 +1,217 @@ +/* + * Generated by the Jasper component of Apache Tomcat + * Version: Apache Tomcat/9.0.0.M17 + * Generated at: 2018-03-23 02:34:36 UTC + * Note: The last modified time of this file was set to + * the last modified time of the source file after + * generation to assist with modification tracking. + */ +package org.apache.jsp; + +import javax.servlet.*; +import javax.servlet.http.*; +import javax.servlet.jsp.*; + +public final class login_jsp extends org.apache.jasper.runtime.HttpJspBase + implements org.apache.jasper.runtime.JspSourceDependent, + org.apache.jasper.runtime.JspSourceImports { + + private static final javax.servlet.jsp.JspFactory _jspxFactory = + javax.servlet.jsp.JspFactory.getDefaultFactory(); + + private static java.util.Map _jspx_dependants; + + private static final java.util.Set _jspx_imports_packages; + + private static final java.util.Set _jspx_imports_classes; + + static { + _jspx_imports_packages = new java.util.HashSet<>(); + _jspx_imports_packages.add("javax.servlet"); + _jspx_imports_packages.add("javax.servlet.http"); + _jspx_imports_packages.add("javax.servlet.jsp"); + _jspx_imports_classes = null; + } + + private volatile javax.el.ExpressionFactory _el_expressionfactory; + private volatile org.apache.tomcat.InstanceManager _jsp_instancemanager; + + public java.util.Map getDependants() { + return _jspx_dependants; + } + + public java.util.Set getPackageImports() { + return _jspx_imports_packages; + } + + public java.util.Set getClassImports() { + return _jspx_imports_classes; + } + + public javax.el.ExpressionFactory _jsp_getExpressionFactory() { + if (_el_expressionfactory == null) { + synchronized (this) { + if (_el_expressionfactory == null) { + _el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory(); + } + } + } + return _el_expressionfactory; + } + + public org.apache.tomcat.InstanceManager _jsp_getInstanceManager() { + if (_jsp_instancemanager == null) { + synchronized (this) { + if (_jsp_instancemanager == null) { + _jsp_instancemanager = org.apache.jasper.runtime.InstanceManagerFactory.getInstanceManager(getServletConfig()); + } + } + } + return _jsp_instancemanager; + } + + public void _jspInit() { + } + + public void _jspDestroy() { + } + + public void _jspService(final javax.servlet.http.HttpServletRequest request, final javax.servlet.http.HttpServletResponse response) + throws java.io.IOException, javax.servlet.ServletException { + + final java.lang.String _jspx_method = request.getMethod(); + if (!"GET".equals(_jspx_method) && !"POST".equals(_jspx_method) && !"HEAD".equals(_jspx_method) && !javax.servlet.DispatcherType.ERROR.equals(request.getDispatcherType())) { + response.sendError(HttpServletResponse.SC_METHOD_NOT_ALLOWED, "JSPs only permit GET POST or HEAD"); + return; + } + + final javax.servlet.jsp.PageContext pageContext; + javax.servlet.http.HttpSession session = null; + final javax.servlet.ServletContext application; + final javax.servlet.ServletConfig config; + javax.servlet.jsp.JspWriter out = null; + final java.lang.Object page = this; + javax.servlet.jsp.JspWriter _jspx_out = null; + javax.servlet.jsp.PageContext _jspx_page_context = null; + + + try { + response.setContentType("text/html; charset=UTF-8"); + pageContext = _jspxFactory.getPageContext(this, request, response, + null, true, 8192, true); + _jspx_page_context = pageContext; + application = pageContext.getServletContext(); + config = pageContext.getServletConfig(); + session = pageContext.getSession(); + out = pageContext.getOut(); + _jspx_out = out; + + out.write('\n'); + + String path = request.getContextPath(); + String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + + path + "/"; + + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("KIFT\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\t"); + out.write("\n"); + out.write("\t
\n"); + out.write("\n"); + out.write("\t\t"); + out.write("\n"); + out.write("\t\t
\n"); + out.write("\t\t\t
\n"); + out.write("\t\t\t\t
\n"); + out.write("\t\t\t\t\t 青阳网络文件传输系统 KIFT\n"); + out.write("\t\t\t\t
\n"); + out.write("\t\t\t\t
\n"); + out.write("\t\t\t
\n"); + out.write("\t\t
\n"); + out.write("\t\t"); + out.write("\n"); + out.write("\n"); + out.write("\t\t"); + out.write("\n"); + out.write("\t\t
\n"); + out.write("\t\t\t
\n"); + out.write("\t\t\t\t

\n"); + out.write("\t\t\t\t\t欢迎使用青阳网络文件传输系统KIFT

\n"); + out.write("\t\t\t\t

\n"); + out.write("\t\t\t\t\t 您需要登录以进入系统

\n"); + out.write("\t\t\t\t
\n"); + out.write("\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t

请登录

\n"); + out.write("\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t\t\t\n"); + out.write("\t\t\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t\t\t\t\n"); + out.write("\t\t\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t\t\t\n"); + out.write("\t\t\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t\t\t\t\n"); + out.write("\t\t\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t\t
\n"); + out.write("\t\t\t\t\t
\n"); + out.write("\t\t\t\t
\n"); + out.write("\t\t\t
\n"); + out.write("\t\t
\n"); + out.write("\t\t"); + out.write("\n"); + out.write("\n"); + out.write("\t
\n"); + out.write("\t"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write("\n"); + out.write(""); + } catch (java.lang.Throwable t) { + if (!(t instanceof javax.servlet.jsp.SkipPageException)){ + out = _jspx_out; + if (out != null && out.getBufferSize() != 0) + try { + if (response.isCommitted()) { + out.flush(); + } else { + out.clearBuffer(); + } + } catch (java.io.IOException e) {} + if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); + else throw new ServletException(t); + } + } finally { + _jspxFactory.releasePageContext(_jspx_page_context); + } + } +}