<filter>
<filter-name>struts-cleanup</filter-name> <filter-class> org.apache.struts2.dispatcher.ActionContextCleanUp </filter-class></filter><filter-mapping> <filter-name>struts-cleanup</filter-name> <url-pattern>/*</url-pattern></filter-mapping>
为解决文件上传时首次无法获取文件的问题,在web.xml中配置Struts的ActionContextCleanUp过滤器至关重要。若未配置该过滤器,可能会导致文件上传功能出现异常。
<filter-name>struts-cleanup</filter-name> <filter-class> org.apache.struts2.dispatcher.ActionContextCleanUp </filter-class></filter><filter-mapping> <filter-name>struts-cleanup</filter-name> <url-pattern>/*</url-pattern></filter-mapping>

被折叠的 条评论
为什么被折叠?