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

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


The following commit(s) were added to refs/heads/main by this push:
     new 07cccd3db8 Need to reference inner class
07cccd3db8 is described below

commit 07cccd3db835dc7c590b5f9430bf72d4e3fa9838
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 23 15:19:33 2023 +0000

    Need to reference inner class
---
 res/spotbugs/filter-false-positives.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/spotbugs/filter-false-positives.xml 
b/res/spotbugs/filter-false-positives.xml
index b9c6f0b7cc..ac59de62b1 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -888,7 +888,7 @@
   </Match>
   <Match>
     <!-- Delegation to URL methods is deliberate -->
-    <Class name="org.apache.catalina.webresources.CachedResource"/>
+    <Class 
name="org.apache.catalina.webresources.CachedResource$CachedResourceURLStreamHandler"/>
     <Or>
       <Method name="equals"/>
       <Method name="hashCode"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to