'[tomcat 4.x -> 5.x 올리기 -2-] Attribute value java.net.URLEncoder.encode("한글") is quoted h " which must be escaped when used within the value'에 해당되는 글 1건

  1. 2011.06.11 [tomcat 4.x -> 5.x 올리기 -2-] Attribute value java.net.URLEncoder.encode("한글") is quoted h " which must be escaped when used within the value
03.HTML 4.X, HTML5, XML...2011. 6. 11. 18:07
반응형

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


Posted by 1010