[jira] Updated: (HTTPCORE-179) documentation : quick start : jar dependencies needed for samples like ClientFormLogin.java in org.apache.http.examples.client

2009-01-13 Thread Tushar (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tushar updated HTTPCORE-179: thank you much for that. was missing apache-mime4j-0.5.jar now it compiles. would be awesome if you can add

Re: Credentials & Connection-Close

2009-01-13 Thread Sam Berlin
I guess the client can just forcibly call HttpGet.abort() which should kill the connection. I was wondering if there was a way to do it without the abort, so the server can know the connection is going to close. In my ideal world, the exchange would be something like: --> GET /resource --> Conne

[jira] Commented: (HTTPCORE-179) documentation : quick start : jar dependencies needed for samples like ClientFormLogin.java in org.apache.http.examples.client

2009-01-13 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663531#action_12663531 ] Oleg Kalnichevski commented on HTTPCORE-179: http://www.apache.org/dist/httpc

Re: "I/O dispatch worker terminated abnormally"

2009-01-13 Thread Oleg Kalnichevski
Chas Williams wrote: Hello, I'm running a high throughput nio http client (essentially a small webcrawler) through the apache HttpCore NIO extensions -- my code is based largely off the sample client at http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio/src/examples/org

"I/O dispatch worker terminated abnormally"

2009-01-13 Thread Chas Williams
Hello, I'm running a high throughput nio http client (essentially a small webcrawler) through the apache HttpCore NIO extensions -- my code is based largely off the sample client at http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio/src/examples/org/apache/http/examples/n

[jira] Updated: (HTTPCORE-179) documentation : quick start : jar dependencies needed for samples like ClientFormLogin.java in org.apache.http.examples.client

2009-01-13 Thread Tushar (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tushar updated HTTPCORE-179: or at lesat give the exact URL so we can download and use - run the example :- org.apache.http.examples.clie

[jira] Updated: (HTTPCORE-179) documentation : quick start : jar dependencies needed for samples like ClientFormLogin.java in org.apache.http.examples.client

2009-01-13 Thread Tushar (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tushar updated HTTPCORE-179: then can you add a page pointing to it - i downloaded all the binaries from http://hc.apache.org/downloads.c

Re: Credentials & Connection-Close

2009-01-13 Thread Oleg Kalnichevski
Sam Berlin wrote: Sorry, I had a bit of troubling grasping the question in my head, so it didn't come out too clearly. On the client side, I'd like to send a request that I know will require credentials. So I get the HttpClient's credentialsProvider & set some credentials in it. I'd also like

Re: Credentials & Connection-Close

2009-01-13 Thread Sam Berlin
Sorry, I had a bit of troubling grasping the question in my head, so it didn't come out too clearly. On the client side, I'd like to send a request that I know will require credentials. So I get the HttpClient's credentialsProvider & set some credentials in it. I'd also like to open a GET reques

Re: Credentials & Connection-Close

2009-01-13 Thread Oleg Kalnichevski
Sam Berlin wrote: Hi All, Is there a preferred way of adding a "Connection: Close" header into an exchange you expect (and want) to use credentials with? I would expect if the initial request had a failure due to unauthorized credentials that the Connection: Close would kill the connection inst

[jira] Resolved: (HTTPCORE-179) documentation : quick start : jar dependencies needed for samples like ClientFormLogin.java in org.apache.http.examples.client

2009-01-13 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-179. Resolution: Invalid There is a binary package available at the download page cont

[jira] Resolved: (HTTPCLIENT-814) MultiThreadedHttpConnectionManager deadlocks when reusing socket connections

2009-01-13 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-814. -- Resolution: Invalid I see no evidence of this being a bug in HttpClient. Fe

[jira] Updated: (HTTPCORE-179) documentation : quick start : jar dependencies needed for samples like ClientFormLogin.java in org.apache.http.examples.client

2009-01-13 Thread Tushar (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tushar updated HTTPCORE-179: Remaining Estimate: 2h Original Estimate: 2h > documentation : quick start : jar dependencies needed

[jira] Created: (HTTPCORE-179) documentation : quick start : jar dependencies needed for samples like ClientFormLogin.java in org.apache.http.examples.client

2009-01-13 Thread Tushar (JIRA)
documentation : quick start : jar dependencies needed for samples like ClientFormLogin.java in org.apache.http.examples.client -- Key: HTTPCORE-179