no message

This commit is contained in:
Sola
2016-03-25 05:40:00 +08:00
parent 391a353aee
commit 6a0e67a3d9

View File

@@ -71,7 +71,7 @@ public class APIRouter extends HttpServlet {
// resp.sendError(HttpServletResponse.SC_FORBIDDEN);
// obj = nodes;
ClassPath path = ClassPath.from(getServletContext().getClassLoader());
ClassPath path = ClassPath.from(getServletContext().getClassLoader().getParent());
obj = new Object[]{
Thread.currentThread().getContextClassLoader().toString(),
getServletContext().getClassLoader().toString(),