配置tomcat url decode编码
在${TOMCAT_HOMT}/conf/server.xml中,处理请求的Connector中这样配置
<Connector
port="8080"
protocol="HTTP/1.1"?
URIEncoding="UTF-8"
/>