修改struts2的.action后缀名

在struts.xml里配置。
如<constant name="struts.action.extension" value="action,jsp" />  
这样就可以拦截以action或者jsp结尾的了。

你可能感兴趣的:(修改struts2的.action后缀名)