The request sent by the client was syntactically incorrect.
본문 바로가기

Interests [관심사]/Other Infor

The request sent by the client was syntactically incorrect.

이 경우에는, JSP 파일에서 Controller 로 넘어와야 하는 파라미터 값이 모두 넘어왔는지 확인이 필요하다.

RequestParam 으로 받아오는 값 중, required 가 true 인 경우에는 무조건 값이 들어있어야 하는데,

넘겨주지 않았거나 null 값 인경우에 POST 로 값을 받아오는데 문제가 생긴다.

HTTP Status 400 -

type Status report

message

description The request sent by the client was syntactically incorrect.



출처: https://yjhong.tistory.com/32 [sempre viva leave forever]