Author: markt Date: Wed Jan 10 20:36:05 2018 New Revision: 1820786 URL: http://svn.apache.org/viewvc?rev=1820786&view=rev Log: SpotBugs False positive
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=1820786&r1=1820785&r2=1820786&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Wed Jan 10 20:36:05 2018 @@ -122,6 +122,12 @@ <Bug code="RCN"/> </Match> <Match> + <!-- False positive. It is lifecycle state that is being protected --> + <Class name="org.apache.catalina.authenticator.SingleSignOn" /> + <Field name="engine" /> + <Bug pattern="IS2_INCONSISTENT_SYNC" /> + </Match> + <Match> <!-- req.getRemoteUser(), req.getAuthType(), request.getQueryString() can return 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