Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.9
Description
Even though DefaultCredentialsProvider.create() ... named create(), it actually returns a static object. If multiple clients were created and one of them was closed, the provider will be closed – making the provider resourceless for the alive (i.e., not closed) clients.