프로그래밍/JSP 오류코드들
[JSP 오류코드]페이지 모듈화 include 디렉티브의 케릭터셋(charset)이 대소문자 구별 org.apache.jasper.JasperException: /includee.jspf(1,2) Page directive: illegal to have multiple occurrences of contentType with different values (..
앗뜨거
2014. 10. 28. 14:21
728x90
org.apache.jasper.JasperException: /includee.jspf(1,2) Page directive: illegal to have multiple occurrences of contentType with different values (old: text/html; charset=UTF-8, new: text/html; charset=utf-8)
jsp 모듈화작업시 이런 오류가 나온다면
나같은경우는 모든페이지를 확인해서 UTF-8 로 되어있는것을 utf-8로 바꾸어줬다.. 대소문자를 구별하다니 못찾을뻔...