NCEAS / ezid

Implementation of the EZID identifier services in a Java library
Other
4 stars 4 forks source link

HttpClient updates #9

Closed qqmyers closed 8 years ago

qqmyers commented 8 years ago

Matt, I was looking into using your ezid code for SEAD and discovered a certificate validation issue when trying to use it with https://ezid.lib.purdue.edu. I was able to fix that, so the tests succeed against purdue and ezid.cdlib.org, by updating to the new http client classes.I tried to match the client configuration you had and didn't change the public API, so I hope its a useful, general update. -- Jim

mbjones commented 8 years ago

Looks good, Jim. Merged.

Matt