Hudson build became unstable: HttpComponents Core #113

2010-06-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

Hudson build became unstable: Http Components Core » HttpCore NIO #113

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

Re: ReleaseProcess docn

2010-06-09 Thread sebb
On 09/06/2010, Oleg Kalnichevski wrote: > On Wed, 2010-06-09 at 17:13 +0100, sebb wrote: > > I've just started looking at the release process documentation, which > > I think is very comprehensive. > > > > I'd like to suggest a minor change to the process for creating a release > tag. > > >

[jira] Updated: (HTTPCLIENT-953) ConnPoolByRoute driving RouteSpecificPool to IllegalState

2010-06-09 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-953: - Fix Version/s: 4.0.2 4.1 Alpha3 Guillaume Many thanks for

Re: ReleaseProcess docn

2010-06-09 Thread Oleg Kalnichevski
On Wed, 2010-06-09 at 17:13 +0100, sebb wrote: > I've just started looking at the release process documentation, which > I think is very comprehensive. > > I'd like to suggest a minor change to the process for creating a release tag. > > Rather than updating trunk and creating the tag from that,

[jira] Resolved: (HTTPCLIENT-952) SSLSocketFactory.createSSLContext does not process trust store

2010-06-09 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-952. -- Fix Version/s: 4.1 Alpha3 Resolution: Fixed Many thanks for tracking

[jira] Resolved: (HTTPCORE-227) Connection metrics record responses as requests.

2010-06-09 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-227. Resolution: Fixed Fix committed to SVN trunk. Many thanks for reporting the bug.

[jira] Resolved: (HTTPCLIENT-950) HttpMultipartMode.BROWSER_COMPATIBLE -- for files doesn't send Content-Type

2010-06-09 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-950. -- Resolution: Won't Fix > HttpMultipartMode.BROWSER_COMPATIBLE -- for file

[jira] Updated: (HTTPCLIENT-953) ConnPoolByRoute driving RouteSpecificPool to IllegalState

2010-06-09 Thread Guillaume (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume updated HTTPCLIENT-953: - Attachment: ConnPoolFailureEx.java Attached sample code to trigger the behaviour. > ConnPool

[jira] Created: (HTTPCLIENT-953) ConnPoolByRoute driving RouteSpecificPool to IllegalState

2010-06-09 Thread Guillaume (JIRA)
ConnPoolByRoute driving RouteSpecificPool to IllegalState - Key: HTTPCLIENT-953 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-953 Project: HttpComponents HttpClient Issue Type:

ReleaseProcess docn

2010-06-09 Thread sebb
I've just started looking at the release process documentation, which I think is very comprehensive. I'd like to suggest a minor change to the process for creating a release tag. Rather than updating trunk and creating the tag from that, one can create the tag directly from local workspace, i.e.

[Httpcomponents Wiki] Update of "HttpComponentsCoreReleas eProcess" by SebastianBazley

2010-06-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification. The "HttpComponentsCoreReleaseProcess" page has been changed by SebastianBazley. The comment on this change is: Document use of test-deploy profile. http://wiki.apache.org/HttpCo

Re: Parent POM updates

2010-06-09 Thread sebb
On 09/06/2010, Oleg Kalnichevski wrote: > On Tue, 2010-06-08 at 21:20 +0100, sebb wrote: > > I'd like to suggest the following updates to the HC parent POM: > > > > 1) add the following profile: > > > > > > > > test-deploy > > > > > id::default::file:target

[jira] Created: (HTTPCLIENT-952) SSLSocketFactory.createSSLContext does not process trust store

2010-06-09 Thread Angela Schmid (JIRA)
SSLSocketFactory.createSSLContext does not process trust store -- Key: HTTPCLIENT-952 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-952 Project: HttpComponents HttpClient Is

[jira] Commented: (HTTPCLIENT-951) Incorrect handling of InputStreams when connecting to a server that requires authentication

2010-06-09 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877034#action_12877034 ] Oleg Kalnichevski commented on HTTPCLIENT-951: -- > I also couldn't find if

[jira] Updated: (HTTPCLIENT-951) Incorrect handling of InputStreams when connecting to a server that requires authentication

2010-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/HTTPCLIENT-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thierry Guérin updated HTTPCLIENT-951: -- Attachment: httpClientTrunk.diff httpCoreTrunk.Diff Here are the di

Re: Parent POM updates

2010-06-09 Thread Oleg Kalnichevski
On Tue, 2010-06-08 at 21:20 +0100, sebb wrote: > I'd like to suggest the following updates to the HC parent POM: > > 1) add the following profile: > > > > test-deploy > > > id::default::file:target/deploy > > > > I found this very useful in BSF3 for ch