Author: ssteiner
Date: Wed Jul 19 08:56:45 2017
New Revision: 1802366
URL: http://svn.apache.org/viewvc?rev=1802366&view=rev
Log:
Allow findbugs 3 to pass
Modified:
xmlgraphics/fop/trunk/fop-core/src/tools/resources/findbugs/exclusions.xml
Modified:
xmlgraphics/fop/trunk/fop-core/src/tools/resources/findbugs/exclusions.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/src/tools/resources/findbugs/exclusions.xml?rev=1802366&r1=1802365&r2=1802366&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/src/tools/resources/findbugs/exclusions.xml
(original)
+++ xmlgraphics/fop/trunk/fop-core/src/tools/resources/findbugs/exclusions.xml
Wed Jul 19 08:56:45 2017
@@ -407,6 +407,12 @@
<!-- 58 warnings -->
<Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/>
</Match>
+ <Match>
+ <Bug pattern="PT_ABSOLUTE_PATH_TRAVERSAL"/>
+ <And>
+ <Class name="org.apache.fop.servlet.FopServlet"/>
+ </And>
+ </Match>
<!-- END - TEMPORARY (UNAPPROVED) EXCLUSIONS -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]