1.对于url中文乱码问题:
(有时进行url编码也不能能够解决,找到server.xml添加URIEncoding="UTF-8",就可以了)
tomcat配置编码:
<Connector
port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
URIEncoding="UTF-8"/>
原文:http://www.cnblogs.com/youhun/p/3566767.html