tomcat 字符编码问题 URIEncoding="UTF-8"

http://blog.sina.com.cn/s/blog_40e025550100p1tw.html

Tomcat 处理UTF-8字符时,需要在

Server.xml中添加 URIEncoding="UTF-8"

maxThreads="150"

minSpareThreads="25"

maxSpareThreads="75"

enableLookups="false"

redirectPort="8443"

acceptCount="100"

debug="0"

connectionTimeout="20000"

disableUploadTimeout="true"

URIEncoding="UTF-8"/>

你可能感兴趣的:(tomcat 字符编码问题 URIEncoding="UTF-8")