当我在http://grepcode.com/file/repo1.maven.org/maven2/org.apache.tomcat/tomcat- catalina/7.0.0/org/apache/catalina/connector/Request中查看tomcat源代码时。 Java的#Request.parseParameters%28%29 我找不到在哪里设置编码它来自GET方法和查询字符串请问该怎么配置URIEncoding="UTF-8"在server.xml这个方法的工作。
URIEncoding="UTF-8"
server.xml
该URIEncoding参数是您要寻找的。它设置URI解码查询字符串时要使用的字符编码。
URIEncoding
您可以将其server.xml用作Connector实体的属性。
Connector
如果过去成功使用过它。