https://issues.apache.org/bugzilla/show_bug.cgi?id=51380
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27162|0 |1 is obsolete| | --- Comment #4 from Philippe Mouawad <[email protected]> 2011-09-16 12:24:13 UTC --- Created attachment 27509 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27509 Implementation of the feature Hello, A note about implementation: 1) It works for HC3 and HC4 implementation 2) For Java Native HTTPSUrlConnection it doesn't work, SSL Context is cached and I don't see the method to reset it, if someone knows I will be interested. To validate my patch I set: -Djavax.net.debug=all And count number of occurences of: "trustStore is: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/security/cacerts" I note something strange: - HC3 => 10 times => OK - HC4 => 12 times => STRANGE ? - Java => 1 time on first run then as it's in cache, regular since I don't reset it see note 2) above Regards Philippe -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
