人生最曼妙的风景,竟是内心的淡定与从容!
Web.xml檔案中你的過濾器也不檢查一下 Filter 中的class 沒有隻有映射其他 struts2核心過濾器你都載入 struts怎麼可以給你處理? ? 程式碼 範例如下:
<filter> <filter-name>strust2</filter-name> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</fitler-class> </filter> <filter-mapping> <filter-name>strust2</filter-name> <url-pattern>/*</url-pattern> </filter-mapping>
Web.xml檔案中你的過濾器也不檢查一下 Filter 中的class 沒有隻有映射其他 struts2核心過濾器你都載入 struts怎麼可以給你處理? ?
程式碼 範例如下: