https://developer-rooney.tistory.com/181
HTTP Status 400 – Bad Request Type Exception Report Message Invalid character found in the request target [/review/delete?reviewId=${content_view.reviewId} ]. The valid characters are defined in RFC 7230 and RFC 3986 Description 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).
글 수정과 삭제에서 계속 오류가 났던 이유,, jsp에서 하듯이 el표기법을 쓰면 그걸 타임리프가 인식을 못해서 url에
${}가 그대로 나와버린다.
새로운 걸 쓰면서 시간이 촉박해서 제대로 공부하지 않았더니 이런 사태가 발생함..
가끔은 돌아가는게 더 빠른 길일 수 있다는 걸 명심!!! 내가 뭘 하고있는지 잘 생각하면서 하자! 오류메시지를 잘 읽자!!!
'편안한코딩생활 > 오류 해결 일지' 카테고리의 다른 글
스프링부트 한글 깨짐 오류(jpa data utf-8 encoding) (0) | 2023.08.03 |
---|---|
페이징 순서대로 정렬 시 주의할 점(rownum 과 order by) (0) | 2023.06.27 |
xml 경로 설정 오류 (0) | 2023.06.20 |