|
sxias
Search posts...
Internal Traffic (traffic_type=internal)
Accessed from the dashboard.
This session is not logged.
트러블슈팅
[트러블슈팅] 8. getParameter() 파싱 불가
문정준
Mar 21, 2025
Share
Contents
Solution
Solution
req.getReader()를 사용하면 이후 req.getParameter는 동작하지 않음
BufferedReader로 Request Body를 직접 읽어버려 파싱할 데이터가 사라짐
text/plain처럼 문자열로만 body가 존재 → 사람이 직접 데이터 파싱을 해야 함
getReader()를 사용하지 말고, 바로 getParameter()로 데이터를 파싱하도록 코드 수정 필요
Share article
Share
See more posts
[트러블슈팅] 10. 스프링부트 디버깅
March 21, 2025
[트러블슈팅] 9. 서버 DB 데이터 로딩 오류
March 21, 2025
[트러블슈팅] 7. HTML 공백 배치
March 21, 2025
[트러블슈팅] 6. Absolute 중간 배치
March 21, 2025
sxias
RSS
·
Powered by Inblog