feature(SSLConnectionSocketFactory): Pass HttpContext to prepareSocket method#404
feature(SSLConnectionSocketFactory): Pass HttpContext to prepareSocket method#404ok2c merged 6 commits intoapache:masterfrom alturkovic:master
Conversation
|
@alturkovic The change-set breaks backward compatibility with 5.0 APIs. By the way, one may be better off writing a custom |
|
@ok2c Oops, added the method back. I understand, I just thought that having |
|
@alturkovic Please deprecate the old method in favor of the new one. |
|
@alturkovic Great. But please do it nicely and suppress deprecation warnings in the new method. |
|
Sorry, I do not know what you mean by that, I took a look how other methods are deprecated (i.e.: |
|
@alturkovic Please add |
Some implementations might depend on a variable present in the
HttpContextwhich is available in most other methods.