🌳 에러 코드
2023-05-25 21:28:21,827 DEBUG [org.springframework.web.servlet.DispatcherServlet] Completed 400 BAD_REQUEST
2023-05-25 21:28:21,828 DEBUG [org.springframework.web.servlet.DispatcherServlet] "ERROR" dispatch for POST "/error", parameters={masked}
2023-05-25 21:28:21,828 DEBUG [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
2023-05-25 21:28:21,829 DEBUG [org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor] Using 'application/json', given [*/*] and supported [application/json, application/*+json, application/json, application/*+json]
2023-05-25 21:28:21,831 DEBUG [org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor] Writing [{timestamp=Thu May 25 21:28:21 KST 2023, status=400, error=Bad Request, trace=org.springframework.we (truncated)...]
2023-05-25 21:28:21,832 DEBUG [org.springframework.web.servlet.DispatcherServlet] Exiting from "ERROR" dispatch, status 400
🌳 해결 방법
🌾 원인 : JSP에서 data로 review 아이디를 가져오는 과정에서 오타 발생.
🌾 해결 방법 : Id -> id로 변경. (작은 오타 였지만 은근히 찾기 힘들었다.)
Before
After
- JSP
- JSP - ajax
'코딩 에러 및 질문' 카테고리의 다른 글
org.springframework.web.bind.MissingServletRequestParameterException (0) | 2023.05.26 |
---|---|
댓글이 있는 글에 비어있는 댓글이 나오는 현상. (0) | 2023.05.26 |
리뷰글이 많은 순서대로 조회하기 (0) | 2023.05.24 |
org.apache.ibatis.binding.BindingException (0) | 2023.05.23 |
javax.el.PropertyNotFoundException (0) | 2023.05.23 |