Build failed in Hudson: HttpComponents Core 4.0.x #18

2010-09-09 Thread Apache Hudson Server
See -- Failed to access build log hudson.util.IOException2: remote file operation failed: /home/hudson/hudson-slave/workspace/HttpComponents Core 4.0.x at hudson.remoting.chan...@2c8

Re: AuthScheme impl for OAuth

2010-09-09 Thread Thom Nichols
So I'm trying to implement an AuthScheme for OAuth (actually I'm trying to augment SignPost to work with HttpClient's AuthScheme, but anyway...) The problem I'm running up against is when AuthScheme.authenticate( Credentials, HttpRequest ) is called. The problem is, in order for the request to b

[ANNOUNCEMENT] HttpComponents HttpClient 4.0.2 (GA) Released

2010-09-09 Thread Oleg Kalnichevski
HttpClient 4.0.2 is a maintenance release that fixes a number of bugs discovered since the previous stable release. This is likely to be the last release from the 4.0.x branch. Upstream projects are encouraged to upgrade. --- Download - Releas

Re: AuthScheme impl for OAuth

2010-09-09 Thread Asankha C. Perera
Hi Tom So I'm trying to implement an AuthScheme for OAuth (actually I'm trying to augment SignPost to work with HttpClient's AuthScheme, but anyway...) The problem I'm running up against is when AuthScheme.authenticate( Credentials, HttpRequest ) is called. The problem is, in order for the req

RE: [ANNOUNCEMENT] HttpComponents HttpClient 4.0.2 (GA) Released

2010-09-09 Thread Oleg Kalnichevski
On Thu, 2010-09-09 at 19:38 +, Gary Gregory wrote: > The page http://hc.apache.org/downloads.cgi has the text for 4.0.1 but the > links point to 4.0.2 > The site got seriously messed up. My bad. It is really getting difficult for me to juggle with all my numerous responsibilities Oleg

RE: [ANNOUNCEMENT] HttpComponents HttpClient 4.0.2 (GA) Released

2010-09-09 Thread Oleg Kalnichevski
On Thu, 2010-09-09 at 19:50 +, Gary Gregory wrote: > Ah... time for a vacation! :) > I can't. We have got a 4 months old baby-girl on our hands. Can't travel. Cheers Oleg - To unsubscribe, e-mail: dev-unsubscr...@hc.apac

RE: [ANNOUNCEMENT] HttpComponents HttpClient 4.0.2 (GA) Released

2010-09-09 Thread Oleg Kalnichevski
On Thu, 2010-09-09 at 19:53 +, Gary Gregory wrote: > Hi All: > > In the zip with deps I see lib/httpcore-4.0.1.jar. Is that right or should it > be 4.0.2? > This is not a mistake. HttpCore and HttpClient have different release cycles. The latest HttpCore stable is 4.0.1. 4.1 is coming soon.

RE: [ANNOUNCEMENT] HttpComponents HttpClient 4.0.2 (GA) Released

2010-09-09 Thread Oleg Kalnichevski
On Thu, 2010-09-09 at 20:13 +, Gary Gregory wrote: > Oleg, thank you for the clarification. For the next release, perhaps a note > mentioning this in the docs? > Gary Could you please raise a JIRA for the issue? I can no longer keep track of things without help. I have too much on my plate

Re: AuthScheme impl for OAuth

2010-09-09 Thread Thom Nichols
I understand how the HTTP request is represented on the wire, but HttpRequest.getURI() will still hold the full URI (except I'm guessing in the situation of redirects and auths where > 1 request is made.) The original request.getURI() returned the full URI: http://twitter.com/statuses/update.xml

Re: AuthScheme impl for OAuth

2010-09-09 Thread Oleg Kalnichevski
On Thu, 2010-09-09 at 17:20 -0400, Thom Nichols wrote: > I understand how the HTTP request is represented on the wire, but > HttpRequest.getURI() will still hold the full URI (except I'm guessing in > the situation of redirects and auths where > 1 request is made.) The > original request.getURI()

Re: AuthScheme impl for OAuth

2010-09-09 Thread Thom Nichols
Ah! That answers that :) I'll probably create a branch for 4.1 integration and OAuth support but I probably won't want to depend on it until it at least reaches beta stage. But thank you for the response. I'll look forward to it :) -Tom On Thu, Sep 9, 2010 at 5:25 PM, Oleg Kalnichevski wrote

Hudson build is back to normal : HttpComponents Core #134

2010-09-09 Thread Apache Hudson Server
See - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org

[jira] Created: (HTTPCLIENT-993) HttpClient shutdown with TIME_WAIT

2010-09-09 Thread Thomas Huang (JIRA)
HttpClient shutdown with TIME_WAIT -- Key: HTTPCLIENT-993 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-993 Project: HttpComponents HttpClient Issue Type: Bug Affects Versions: 4.0.1 Envir

[jira] Updated: (HTTPCLIENT-993) HttpClient shutdown with TIME_WAIT

2010-09-09 Thread Thomas Huang (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Huang updated HTTPCLIENT-993: Component/s: HttpClient > HttpClient shutdown with TIME_WAIT >