Re: [HttpClient] HttpClient 4.1-alpha2 preview packages

2010-05-11 Thread Oleg Kalnichevski
On Tue, 2010-05-11 at 21:39 +0100, sebb wrote: > Copyright 1999-2009 appears in some NOTICE files > > README.txt says: > HttpMime module is optional and requires Java 5.0 compatible runtime > and depends on the following external libraries: > > * Apache HttpComponents HttpCore > * Apache mime4j >

Re: [HttpClient] HttpClient 4.1-alpha2 preview packages

2010-05-11 Thread sebb
Copyright 1999-2009 appears in some NOTICE files README.txt says: HttpMime module is optional and requires Java 5.0 compatible runtime and depends on the following external libraries: * Apache HttpComponents HttpCore * Apache mime4j ... Likewise a reference in pom.xml. I've fixed those, also fi

[jira] Created: (HTTPCLIENT-940) impl.conn.Wire uses String.getBytes() which depends on the default charset

2010-05-11 Thread Sebb (JIRA)
impl.conn.Wire uses String.getBytes() which depends on the default charset -- Key: HTTPCLIENT-940 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-940 Project: HttpComponents

Re: [HttpClient] HttpClient 4.1-alpha2 preview packages

2010-05-11 Thread ant elder
Looks good to me, I haven't actually run anything but all the rest looks ok. The NOTICE files have 2009 not 2010 in the copyright date but thats not actually a blocking problem. ...ant On Mon, May 10, 2010 at 9:38 PM, Oleg Kalnichevski wrote: > Folks > > Please do try to find a few minutes to

[jira] Updated: (HTTPCLIENT-936) NullPointerException in NegotiateScheme

2010-05-11 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-936: - Fix Version/s: 4.1 Alpha2 Fantastic! Works (or rather does not work) like a c

[jira] Resolved: (HTTPCLIENT-939) 302 response without location header throws exception

2010-05-11 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-939. -- Fix Version/s: 4.1 Alpha2 Resolution: Fixed Fixed in SVN trunk. Plea

[jira] Resolved: (HTTPCLIENT-938) Connection Timeout doesn't work where there's an UnknownHostException

2010-05-11 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-938. -- Resolution: Invalid Oz, This is a general limitation of the java platform

[jira] Updated: (HTTPCLIENT-936) NullPointerException in NegotiateScheme

2010-05-11 Thread Francois Rigault (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois Rigault updated HTTPCLIENT-936: Attachment: patchAddUnitTestsForNegotiateScheme.txt > I cannot reproduce it loc

[jira] Updated: (HTTPCLIENT-936) NullPointerException in NegotiateScheme

2010-05-11 Thread Francois Rigault (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois Rigault updated HTTPCLIENT-936: Attachment: patchCommonsApi.txt First patch to apply. Included: - fix for API c

[jira] Created: (HTTPCLIENT-939) 302 response without location header throws exception

2010-05-11 Thread Nicolas Belisle (JIRA)
302 response without location header throws exception - Key: HTTPCLIENT-939 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-939 Project: HttpComponents HttpClient Issue Type: Bug

[jira] Issue Comment Edited: (HTTPCLIENT-938) Connection Timeout doesn't work where there's an UnknownHostException

2010-05-11 Thread JIRA
[ https://issues.apache.org/jira/browse/HTTPCLIENT-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866153#action_12866153 ] Ortwin Glück edited comment on HTTPCLIENT-938 at 5/11/10 10:19 AM: --

[jira] Commented: (HTTPCLIENT-938) Connection Timeout doesn't work where there's an UnknownHostException

2010-05-11 Thread JIRA
[ https://issues.apache.org/jira/browse/HTTPCLIENT-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866153#action_12866153 ] Ortwin Glück commented on HTTPCLIENT-938: - InetAddress.getByName(String) does a

[jira] Created: (HTTPCLIENT-938) Connection Timeout doesn't work where there's an UnknownHostException

2010-05-11 Thread Oz Levanon (JIRA)
Connection Timeout doesn't work where there's an UnknownHostException - Key: HTTPCLIENT-938 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-938 Project: HttpComponents HttpClien