This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 5aa666143d Fix false positives 5aa666143d is described below commit 5aa666143dc5f8b39e58fc59dd674b6254cec04d Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Mar 2 15:40:07 2023 +0000 Fix false positives --- res/spotbugs/filter-false-positives.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/spotbugs/filter-false-positives.xml b/res/spotbugs/filter-false-positives.xml index a8a31b8de7..2c0bea1d7b 100644 --- a/res/spotbugs/filter-false-positives.xml +++ b/res/spotbugs/filter-false-positives.xml @@ -886,6 +886,12 @@ <Method name="invoke"/> <Bug code="RCN"/> </Match> + <Match> + <!-- Deliberately ignored --> + <Class name="org.apache.catalina.valves.rewrite.RewriteValve"/> + <Method name="parse"/> + <Bug pattern="RV_RETURN_VALUE_IGNORED"/> + </Match> <Match> <!-- request.getQueryString() can be null because o.a.t.util.buf.MessageBytes.toString() can return NULL --> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org