@AdaptBy(type = VoidAdaptor.class) @POST @At("/monitor/?") @Ok("json") public Object monitor(String sceneId, HttpServletRequest req, AdaptorErrorContext err) {}
这样不可以,关闭sql过滤,我又不能把整个应用sql过滤关闭,只想这个接口的过滤关闭,我需要如何做?
等等, 默认没有SQL过滤的呀, 是nutzwk??
是nutzwk,默认有的!
XssProcessor里面判断一下吧
我在想有没有标签之类的东西控制呢!谢谢了,那我就改代码了