tomcat配置URI地址支持中文字符的解决办法
在$TOMCAT_HOME/conf/server.xml中,修改:
?
<Connector port="8080" URIEncoding="UTF-8"/>
发布时间: 2012-11-22 00:16:41 作者: rapoo
tomcat配置URI地址支持中文字符的解决办法
在$TOMCAT_HOME/conf/server.xml中,修改:
?
<Connector port="8080" URIEncoding="UTF-8"/>