Jsp_Html
[Jsp] illegal to have multiple occurrences of contentType with different values 에러
Sort
2011. 4. 25. 14:37
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 로 수정하면 정상적으로 동작한다.