]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Allow findbugs 3 to pass
authorSimon Steiner <ssteiner@apache.org>
Wed, 19 Jul 2017 08:56:45 +0000 (08:56 +0000)
committerSimon Steiner <ssteiner@apache.org>
Wed, 19 Jul 2017 08:56:45 +0000 (08:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1802366 13f79535-47bb-0310-9956-ffa450edef68

fop-core/src/tools/resources/findbugs/exclusions.xml

index f2a8cba162367bdd42bcabed26431faaa9155cc1..c78ba0577edf0fc774346f915f00801bbc9c01ed 100644 (file)
     <!-- 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 -->