问答详情
源自:4-1 基于bootstrap开发页面结构

求助:tomcat跳转时报400错误

detail 报400错误 HTTP Status 400 – Bad Request The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). 怎么办??

提问者:矛盾共存体的自己 2017-08-17 17:43

个回答

  • 慕函数4753099
    2017-08-18 11:43:50

    web.xml的<param-name>readonly</param-name><param-value>false</param-value>属性配置。
    参考下这个,http://blog.csdn.net/tatsuyalminami/article/details/70767248