This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 576550f242 Fix false positives
576550f242 is described below

commit 576550f24244261d1fedcf2ce69bfb8c476c541a
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 11d7184de4..dfb6b186d9 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -855,6 +855,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

Reply via email to