Re: Logging in core / core-nio

2008-03-31 Thread Sam Berlin
The decorator's probably good enough for now. I'll come back complainin' when it isn't good enough. :) Sam On 3/31/08, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Mon, 2008-03-31 at 15:09 -0400, Sam Berlin wrote: > > Hi Folks, > > > > There's been a number of times that we've been lookin

[jira] Commented: (HTTPCORE-156) NHttpClient never terminate on timeout

2008-03-31 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583852#action_12583852 ] Oleg Kalnichevski commented on HTTPCORE-156: Fixed NHttpSSLClient.java as wel

Re: Logging in core / core-nio

2008-03-31 Thread Oleg Kalnichevski
On Mon, 2008-03-31 at 15:09 -0400, Sam Berlin wrote: > Hi Folks, > > There's been a number of times that we've been looking to debug things > within httpcore & httpcore-nio, but have to resort to recompiling > and/or using a debugger with breakpoints, due to no logging within the > package. I ca

Logging in core / core-nio

2008-03-31 Thread Sam Berlin
Hi Folks, There's been a number of times that we've been looking to debug things within httpcore & httpcore-nio, but have to resort to recompiling and/or using a debugger with breakpoints, due to no logging within the package. I can understand the desire to reduce dependencies, but I humbly disag

[jira] Commented: (HTTPCLIENT-761) Class to Let Users Persist Cookies to-from java.util.Properties

2008-03-31 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583767#action_12583767 ] Oleg Kalnichevski commented on HTTPCLIENT-761: -- Hi Aldrin, We could take

[jira] Commented: (HTTPCORE-156) NHttpClient never terminate on timeout

2008-03-31 Thread Maurizio Sartori (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583643#action_12583643 ] Maurizio Sartori commented on HTTPCORE-156: --- Hi Oleg, now it works as expected.