mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 23:55:04 +08:00
no message
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user