[spotbugs] exclude RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml
index 38d5c44..6eb3ea0 100644
--- a/spotbugs-exclude.xml
+++ b/spotbugs-exclude.xml
@@ -33,4 +33,10 @@
     <Class name="org.apache.sling.clam.oak.internal.NodeObservingJcrPropertyDigger$DigTask"/>
     <Method name="run"/>
   </Match>
+  <Match>
+    <!-- https://github.com/spotbugs/spotbugs/issues/868 -->
+    <Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/>
+    <Class name="org.apache.sling.clam.http.internal.ResponseUtil"/>
+    <Method name="handleError"/>
+  </Match>
 </FindBugsFilter>