Skip to content

Changes

Summary

  1. Fix tests for Apache HTTP Client 4.5 and greater (details)
Commit e6ce323dae6a10bcf8be3bd900067f311d71d781 by Brian de Alwis
Fix tests for Apache HTTP Client 4.5 and greater

Must explicitly close the underlying HttpClient instance to ensure
pooled connections are closed between between tests.  Otherwise stale
connections exist from previous test and which fail on use with
NoHttpResponseException errors.

https://hc.apache.org/httpcomponents-client-4.5.x/current/tutorial/html/connmgmt.html#d5e401

Change-Id: I318ea1006e8d7453d95960f5d33bbff2bb36735a
Signed-off-by: Brian de Alwis <bsd@acm.org>
The file was modified org.eclipse.userstorage.oauth.tests/META-INF/MANIFEST.MF
The file was modified org.eclipse.userstorage/src/org/eclipse/userstorage/internal/Session.java