[jira] Created: (HTTPCLIENT-969) BasicCookieStore.getCookies() returns non-threadsafe collection

2010-07-19 Thread David Smiley (JIRA)
BasicCookieStore.getCookies() returns non-threadsafe collection --- Key: HTTPCLIENT-969 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-969 Project: HttpComponents HttpClient

[jira] Resolved: (HTTPCLIENT-968) Provide a way to configure ConnPerRoute for ThreadSafeClientConnManager

2010-07-19 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-968. -- Resolution: Invalid > Provide a way to configure ConnPerRoute for ThreadSaf

RE: HttpCore NIO & SSL behind proxy

2010-07-19 Thread DELHOSTE Fabrice
Thanks. I've added the test for SSL session attribute to BasicManagedIOSession.getSession (not sure if it can be done in upper calls at the moment). It works. No problem for contributing. I'll do it once it works. BR, Fabrice -Original Message- From: Oleg Kalnichevski [mailto:ol...@ap

RE: HttpCore NIO & SSL behind proxy

2010-07-19 Thread Oleg Kalnichevski
On Mon, 2010-07-19 at 16:04 +0200, DELHOSTE Fabrice wrote: > Thanks Oleg and Asankha. > > So, as you known, in httpclientasync, I changed the dispatcher to SSL and > after the first request (or a while), it gets stuck not publishing the next > request. > > After analyzing and comparing HTTP vs

RE: HttpCore NIO & SSL behind proxy

2010-07-19 Thread DELHOSTE Fabrice
Thanks Oleg and Asankha. So, as you known, in httpclientasync, I changed the dispatcher to SSL and after the first request (or a while), it gets stuck not publishing the next request. After analyzing and comparing HTTP vs HTTPS logs, actually, I may have found my mistake. Changing to SSL dispat

[jira] Commented: (HTTPCLIENT-579) NTLMv2 support

2010-07-19 Thread Marco Bergman | SmartAIM (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12889821#action_12889821 ] Marco Bergman | SmartAIM commented on HTTPCLIENT-579: - Dear Konstan