DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42506>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42506 ------- Additional Comments From [EMAIL PROTECTED] 2007-05-27 16:33 ------- Created an attachment (id=20279) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20279&action=view) Patch (per thread SSL context) - take 1 Sebastian Here's the first take at solving the problem. The fix is sub-optimal in my opinion. The patch simply causes a new instance of SSLContext to be created on a per thread of execution basis. This should also result in a different SSL session cache per thread / user. I also tried to clean things up a little in JsseSSLManager class. Please review. Oleg -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
