한글 파라미터를 GET 방식으로 보내면 한글이 깨져서 나올 때, 혹은 한글 이름으로 된 그림파일이 깨져서 나올 때

By | 7월 10, 2008

1. 일단은 웹서버에서 한글 URI 를 지원하고 있지 않기 때문이다.

2. 톰캣의 경우 server.xml 에 다음의 항목을 추가해 준다.
 
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8080" enableLookups="true" redirectPort="8443"
acceptCount="100" connectionTimeout="20000"
useURIValidationHack="false" disableUploadTimeout="true" URIEncoding="UTF-8"/>

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments