From 229ae0d44f4a53a39db46c0900c2c8dd7ce94f3e Mon Sep 17 00:00:00 2001 From: Redkale <8730487+redkale@users.noreply.github.com> Date: Thu, 6 Sep 2018 18:17:11 +0800 Subject: [PATCH] --- src/org/redkale/net/http/HttpServlet.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/redkale/net/http/HttpServlet.java b/src/org/redkale/net/http/HttpServlet.java index 9bfb885ec..8247030aa 100644 --- a/src/org/redkale/net/http/HttpServlet.java +++ b/src/org/redkale/net/http/HttpServlet.java @@ -212,6 +212,7 @@ public class HttpServlet extends Servlet this(moduleid, actionid, name, methods, method, auth(method), cacheseconds(method), servlet); } + //供Rest类使用,参数不能随便更改 public InnerActionEntry(int moduleid, int actionid, String name, String[] methods, Method method, boolean auth, int cacheseconds, HttpServlet servlet) { this.moduleid = moduleid; this.actionid = actionid;