超链接url包含中文 编码问题的解决

tomcat  server.xml 中如下:

              <Connector port="8080"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               debug="0" connectionTimeout="20000"
               disableUploadTimeout="true" URIEncoding="UTF-8" useBodyEncodingForURI ="true"/>

修改内容:URIEncoding="UTF-8"

posted @ 2010-01-28 18:20  现役程序员  阅读(1874)  评论(0编辑  收藏  举报