illegal to have multiple occurrences of contentType with different values (old: text/html; charset=UTF-8, new: text/html; charset=utf-8)
내가 격은 이 현상은 한개의 페이지에서 두번째 페이지를 include하여 사용시에 contentType이 틀려서 오류가 나온 경우이다.
(old: text/html; charset=UTF-8, new: text/html; charset=utf-8)
charset=UTF-8 로 설정해야 하는데 charset=utf-8 로 설정이 되어 있어서 오류가 난것이다.
두페이지에서 모두 charset=UTF-8 로 수정하면 정상적으로 동작한다.
내가 격은 이 현상은 한개의 페이지에서 두번째 페이지를 include하여 사용시에 contentType이 틀려서 오류가 나온 경우이다.
(old: text/html; charset=UTF-8, new: text/html; charset=utf-8)
charset=UTF-8 로 설정해야 하는데 charset=utf-8 로 설정이 되어 있어서 오류가 난것이다.
두페이지에서 모두 charset=UTF-8 로 수정하면 정상적으로 동작한다.
'Jsp_Html' 카테고리의 다른 글
[Jsp] JSP, Servlet, Struts, iBatis 10만건 데이터 로드 시간 측정 (0) | 2011.07.15 |
---|---|
[Jsp] HTML5 Guide (0) | 2011.04.28 |
[Jsp] 색상표 (0) | 2011.03.23 |
[Jsp] File Download 3 (0) | 2011.01.28 |
[Jsp] File Download 2 (0) | 2011.01.28 |