Struts2.16中的一些有关问题

Struts2.16中的一些问题?最近更换了struts2的jar包,升级成struts2.16。之后过程中有2点注意。1、web.xml文件

Struts2.16中的一些问题

?最近更换了struts2的jar包,升级成struts2.16。之后过程中有2点注意。

1、web.xml文件中dispatch的路径改为

<constant name="struts.action.extension" value="action"></constant>

??? 让其只对.action扩展名进行拦截,如果你还要拦截其他扩展名,可以写成 action,jsp 等