Author: markt
Date: Wed Jun  6 13:16:17 2018
New Revision: 1833025

URL: http://svn.apache.org/viewvc?rev=1833025&view=rev
Log:
Update method name to take account of refactoring

Modified:
    tomcat/trunk/res/findbugs/filter-false-positives.xml

Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/findbugs/filter-false-positives.xml?rev=1833025&r1=1833024&r2=1833025&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Wed Jun  6 13:16:17 
2018
@@ -103,7 +103,7 @@
     because o.a.t.util.buf.MessageBytes.toString() can return NULL -->
     <Class name="org.apache.catalina.authenticator.FormAuthenticator"/>
     <Or>
-      <Method name="authenticate"/>
+      <Method name="doAuthenticate"/>
       <Method name="matchRequest"/>
     </Or>
     <Bug code="RCN"/>



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

Reply via email to