-
报错内容

-
解决方法1
/opt/tomcat/conf/catalina.properties --> tomcat.util.http.parser.HttpParser.requestTargetAllow=|{}
-
解决方法2
/opt/tomcat/conf/server.xml --> relaxedQueryChars="[]|{}-^`"<>" relaxedPathChars="[]|{}-^`"<>"
-
报错解决

Tomcat不识别请求路径中的特殊字符{}
童心同萌2024-03-16 14:41