public class NutFilter implements Filter {
protected static Log log;
protected ActionHandler handler;
protected static final String IGNORE = "^.+\\.(jsp|png|gif|jpg|js|css|jspx|jpeg|swf|ico|map)$";
问答
NutFilter的isExclusion方法,为什么html后缀不在白名单里面?
标签:
无
添加回复
请先登陆