veselov opened a new pull request #295: URL: https://github.com/apache/httpcomponents-core/pull/295
This change ads support for specifying JCA provider for loading trust manager/key managers. Without this fix, the corresponding providers have to be loaded into the system which is not always desirable or possible. I've refactored the `testBuildWithProvider..()` tests along the way, as they wouldn't have failed even if the `setProvider()` instruction was missing. The `DummyProvider` is quite wonky, but it does the job of verifying that the specified provider has been used. LMK if there are any problems with this. The same change should go into 5.0/5.1 as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
