主题 : tomcat常见错误
级别: 总版主
UID: 10736
积分:148296 加为好友
威望: 204 精华: 42
主题:286 回复:126062
注册时间:2010-09-08
在线时长:11.41
1#   发表于:2021-11-26 13:51:19  IP:59.210.*.*
tomcat错误
Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986
修改下tomcat的server.xml<Connector>标签中,加入relaxedPathChars="|{}[],%;*\()" relaxedQueryChars="|{}[],%;*\()"即可
路漫漫其修远兮,吾将上下而求索!
1 共1页