我在web.xml中自定义了一个过滤器(写在了struts的前面)LogFiltercom.type.util.LogFilterlog4jConfigLocationclasspath:log4j.propertiesLogFilter*.action调试的时候发现LogFilter中的doFilter函数是在某个action执行完才开始执行的,这是为什么呢?不是应该先执行doFilter吗
1、把LogFilter贴一下2、完整的web.xml 过滤器相关配置