mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-30 01:46:18 +08:00
no message
This commit is contained in:
@@ -71,7 +71,7 @@ public class APIRouter extends HttpServlet {
|
|||||||
// resp.sendError(HttpServletResponse.SC_FORBIDDEN);
|
// resp.sendError(HttpServletResponse.SC_FORBIDDEN);
|
||||||
// obj = nodes;
|
// obj = nodes;
|
||||||
|
|
||||||
ClassPath path = ClassPath.from(getServletContext().getClassLoader());
|
ClassPath path = ClassPath.from(getServletContext().getClassLoader().getParent());
|
||||||
obj = new Object[]{
|
obj = new Object[]{
|
||||||
Thread.currentThread().getContextClassLoader().toString(),
|
Thread.currentThread().getContextClassLoader().toString(),
|
||||||
getServletContext().getClassLoader().toString(),
|
getServletContext().getClassLoader().toString(),
|
||||||
|
|||||||
Reference in New Issue
Block a user