tomcat上载中文文件名出错

tomcat下载中文文件名出错?页面链接? ? a href/复制.docsss/a下载因为是get请求变为ISO8859的一堆

tomcat下载中文文件名出错

?

页面链接? ? <a href="/复制.doc">sss</a>

下载因为是get请求变为ISO8859的一堆乱码

?

?处理方法修改server.xml

Connector增加URIEncoding="UTF-8"

?

<Connector port="8082" protocol="HTTP/1.1"?

? ? ? ? ? ? ? ?connectionTimeout="20000"?

? ? ? ? ? ? ? ?redirectPort="8443" ?URIEncoding="UTF-8" />

建议再试试GBK

?