tomcat報:The valid characters are defined in RFC 7230 and RFC 3986

修改tomcat配置文件server.xml,在Connector配置項添加紅色標記部分
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"
relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"
redirectPort="8443" />

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章