JarURLConnectionImpl needs to handle URLs.

git-svn-id: https://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk@822246 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/modules/luni/make/findbugs-exclude-filter.xml b/modules/luni/make/findbugs-exclude-filter.xml
index ab98f7f..e0f7ef9 100644
--- a/modules/luni/make/findbugs-exclude-filter.xml
+++ b/modules/luni/make/findbugs-exclude-filter.xml
@@ -309,5 +309,12 @@
 		<Bug code="IA" />
 	</Match>
 
+	<!-- JarURLConnectionImpl needs to handle URLs -->
+	<Match>
+		<Class
+			name="org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnectionImpl" />
+		<Bug pattern="DMI_COLLECTION_OF_URLS" />
+	</Match>
+
 </FindBugsFilter>