martinspielmann / nexus3-crowd-plugin

Sonatype Nexus plugin for Atlassian Crowd integration
Apache License 2.0
39 stars 15 forks source link

CachingNexusCrowdClient did not properly handle CloseableHttpResponse #13

Closed gmshake closed 7 years ago

gmshake commented 7 years ago

CloseableHttpResponse retuned from CachingNexusCrowdClient.executeQuery() is not properly handled after being used, and will potentially runs out of connectiongs in underlaying connection pool.