commit | 5a91b179e013429f98913a8b2253ade6e67d7991 | [log] [tgz] |
---|---|---|
author | Oliver Lietz <olli@apache.org> | Wed Mar 08 13:56:45 2023 +0100 |
committer | Oliver Lietz <olli@apache.org> | Wed Mar 08 13:56:45 2023 +0100 |
tree | 5623f490b33e9d2c110967fc95e5c471df7393fc | |
parent | 4ca779c1c0d765fad55ce8766325eb2c5e12ff4c [diff] |
[spotbugs] exclude UNENCRYPTED_SERVER_SOCKET
diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml index 56f8b05..8f2b910 100644 --- a/spotbugs-exclude.xml +++ b/spotbugs-exclude.xml
@@ -28,4 +28,9 @@ <Class name="org.apache.sling.testing.paxexam.TestSupport"/> <Method name="testBundle"/> </Match> + <Match> + <Bug pattern="UNENCRYPTED_SERVER_SOCKET"/> + <Class name="org.apache.sling.testing.paxexam.TestSupport"/> + <Method name="findFreePort"/> + </Match> </FindBugsFilter>