HTTPStatus400–BadRequest 错误处理
HTTP Status 400 错误处理
为什么总是流鼻血错误描述
前台页⾯采⽤spring mvc的form表单进⾏提交请求,结果页⾯出现如下错误:
HTTP Status 400 – Bad Request
Type Status Report
Description The rver cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invali d request message framing, or deceptive request routing).
⼤致意思是:畸形的请求语法,⽆效的请求消息帧,欺骗的请求路由
搂草打兔子
异常原因
400错误信息中包含了错误原因的提⽰The rver cannot or will not process the request due to something that is perceived to be a error
根据异常提⽰:⼀般都是请求有问题(不是rver的问题,是程序错误)
白色壁纸发出请求的页⾯
衣冠楚楚的意思是什么
附近好玩的公园处理请求的
controller
米的换算单位
po 定义
墨梅的作者client
前台form表单中的部分参数 和 后台接受的参数类型不⼀致导致的。即参数名称相同,但是类型不同。spring mvc在绑定参数的时候出现异常,导致rver返回400错误
形状英文解决⽅法
检查 页⾯form表单字段与po中属性的名字和类型是否⼀致