반응형
[] 특수문자 인식 못함
해결 :
[ 부분 %5B 대체
] 부분 %5D 대체
http://localhost:8081/sample/ex02Bean?list[0].name=aaa&list[2].name=bbb
http://localhost:8081/sample/ex02Bean?list%5B0%5D.name=aaa&list%5B2%5D.name=bbb
반응형
'오류' 카테고리의 다른 글
The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library (0) | 2022.12.25 |
---|---|
Autowired cannot be resolved to a type (0) | 2022.12.22 |
메이븐 오류 Missing artifact com.oracle:ojdbc7:jar:12.1.0.2 (0) | 2022.12.20 |
Can not find the tag library descriptor for “http://java.sun.com/jsp/jstl/core” (0) | 2022.12.20 |
스프링 실행 오류 (응답없음) (0) | 2022.12.19 |