springboot get请求过滤特殊字符串【The valid characters are defined in RFC 7230 and RF】
目录现象:报错:Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFHttp get 请求报400:原因:解决方案:由于springboot是内置的tomcat,现提供三种解决方案如下方案一:方案二:添加配置,此种方案经过实践发现,对tomcat9版本无效,如果tomcat 78 版本可以使用下面配置方案三:启动类中添加@Bean