반응형
Attribute value java.net.URLEncoder.encode("한글") is quoted h " which must be escaped when used within the value
위와 같은 로그가 쌓이면서 태그 라이브러리 형태의 jsp 코드에서 에러가 발생할 경우...
tomcat/conf/catalina.properties 의 맨 마지막 줄에 다음의 한 줄을 추가!
org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false
[출처] [tomcat 4.x -> 5.x 올리기 -2-] Attribute value java.net.URLEncoder.encode("한글") is quoted h " which must be escaped when used within the value|작성자 티로즈