您在网址中编码了斜杠“ /”。由于潜在的攻击,Apache不允许使用它们。有允许设置的设置:
System.setProperty("org.apache.tomcat.util.buf.UDeprer.ALLOW_ENCODED_SLASH", "true");要么
-Dorg.apache.tomcat.util.buf.UDeprer.ALLOW_ENCODED_SLASH=true
看到类似的帖子。

您在网址中编码了斜杠“ /”。由于潜在的攻击,Apache不允许使用它们。有允许设置的设置:
System.setProperty("org.apache.tomcat.util.buf.UDeprer.ALLOW_ENCODED_SLASH", "true");要么
-Dorg.apache.tomcat.util.buf.UDeprer.ALLOW_ENCODED_SLASH=true
看到类似的帖子。