Author: markt Date: Sun Aug 26 18:44:25 2018 New Revision: 1839239 URL: http://svn.apache.org/viewvc?rev=1839239&view=rev Log: Update after 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=1839239&r1=1839238&r2=1839239&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Sun Aug 26 18:44:25 2018 @@ -223,10 +223,7 @@ <!-- The code is adding HTTP request headers, not parameters and the header parsing on input will have removed any CR or LF characters. --> <Class name="org.apache.catalina.filters.CorsFilter" /> - <Or> - <Method name="handlePreflightCORS" /> - <Method name="handleSimpleCORS" /> - </Or> + <Method name="addStandardHeaders" /> <Bug pattern="HRS_REQUEST_PARAMETER_TO_HTTP_HEADER" /> </Match> <Match> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org