开发者社区> 问答> 正文

struts2升级后引发的json问题

screenshot
struts2升级后引发的json问题

展开
收起
杨冬芳 2016-07-07 17:26:21 2075 0
1 条回答
写回答
取消 提交回答
  • IT从业

    action配置,没有在struts.xml中,在web.xml
    struts2
    org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
    config
    struts-default.xml,struts-plugin.xml,struts.xml
    actionPackages

     com.report.user.action,
     com.report.sys.action,
     com.report.esdreport.action,
     com.report.actreport.action,
     com.report.feereport.action,
     com.report.sdmsreport.action,
     com.report.workrecord.action,
     com.report.reportcenter.action,
     com.report.chart.action,
     com.report.incident.action
    </filter>
    <filter-mapping>
        <filter-name>struts2</filter-name>
        <url-pattern>*.do</url-pattern>
    </filter-mapping>
    <filter-mapping>
        <filter-name>struts2</filter-name>
        <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    
    2019-07-17 19:53:02
    赞同 展开评论 打赏
问答分类:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载