Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread sebb
Done some more testing. Looks like the problem may be that when port 9998 is closed, sometimes the SelectionKey for the channel becomes invalid. I created a wrapper class for SelectionKey in DefaultListeningIOReactor to keep track of calls to cancel(); this seems to show that the key can bec

Re: DOAP location (Was: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take))

2008-01-19 Thread Roland Weber
sebb wrote: > In the case of HttpComponents, perhaps you could keep all the DOAPs in > the project SVN? > > In the general case, perhaps there is an argument for having a > separate SVN location for such items. Maybe a metadata directory? That > could also contain a STATUS file describing what th

DOAP location (Was: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take))

2008-01-19 Thread sebb
On 19/01/2008, Roland Weber <[EMAIL PROTECTED]> wrote: > sebb wrote: > > In JMeter we include everything (apart from perhaps the DOAP file) in > > either the bin or src archives. > > Yes, the DOAP is a problem. You can't update the DOAP with the new > release until the release is done and you know

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread Roland Weber
sebb wrote: > In JMeter we include everything (apart from perhaps the DOAP file) in > either the bin or src archives. Yes, the DOAP is a problem. You can't update the DOAP with the new release until the release is done and you know the date. Neither the tag for the release nor the release artifact

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread sebb
On 19/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > sebb wrote: > >>> Likewise can one just perform the nio tests? > >>> > >> Just run the tests in the module-nio folder > >> > >> cd module-nio; mvn test > > > > Tried that, unfortunately it does not work: > > > > D:\eclipseworkspaces\mai

Re: unable to encode reserved characters using java.net.URI multi-arg constructors

2008-01-19 Thread Sam Berlin
> Here's my take. There is nothing wrong with j.u.URI as such. It just > needs a better parser that can deal with escaped and unescaped queries, > as well as be more lenient about common non-compliant behaviors, and > then construct the URI instance using a multi-arg constructor. It was > long on m

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread Oleg Kalnichevski
sebb wrote: Likewise can one just perform the nio tests? Just run the tests in the module-nio folder cd module-nio; mvn test Tried that, unfortunately it does not work: D:\eclipseworkspaces\main\httpcore\module-nio>mvn test [INFO] Scanning for projects... [INFO] ---

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread sebb
On 19/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Sat, 2008-01-19 at 14:15 +, sebb wrote: > > On 19/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > > On Fri, 2008-01-18 at 19:40 +, sebb wrote: > > > > On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrot

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread ant elder
On Jan 19, 2008 3:26 PM, ant elder <[EMAIL PROTECTED]> wrote: > > > On Jan 19, 2008 3:15 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > On Sat, 2008-01-19 at 13:19 +, ant elder wrote: > > > On Jan 18, 2008 6:41 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > > > Folks >

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread ant elder
On Jan 19, 2008 3:15 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Sat, 2008-01-19 at 13:19 +, ant elder wrote: > > On Jan 18, 2008 6:41 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > > Folks > > > > > > Please take one last look at the preview packages and the release > no

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread Oleg Kalnichevski
On Sat, 2008-01-19 at 14:15 +, sebb wrote: > On 19/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > On Fri, 2008-01-18 at 19:40 +, sebb wrote: > > > On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > Folks > > > > > > > > Please take one last look at the previ

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread Oleg Kalnichevski
On Sat, 2008-01-19 at 13:19 +, ant elder wrote: > On Jan 18, 2008 6:41 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > Folks > > > > Please take one last look at the preview packages and the release notes: > > > > > > http://people.apache.org/~olegk/httpcore-4.0-beta1-preview/RELEASE_N

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread sebb
On 19/01/2008, sebb <[EMAIL PROTECTED]> wrote: > On 19/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > On Fri, 2008-01-18 at 19:40 +, sebb wrote: > > > On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > > Folks > > > > > > > > Please take one last look at the previe

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread sebb
On 19/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-01-18 at 19:40 +, sebb wrote: > > On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > Folks > > > > > > Please take one last look at the preview packages and the release notes: > > > > > > http://people.a

Re: svn commit: r613385 - in /httpcomponents/httpcore/trunk: ./ module-main/src/site/ module-main/src/site/resources/css/ module-nio/src/site/ module-nio/src/site/resources/css/ src/main/assembly/ src

2008-01-19 Thread sebb
On 19/01/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: olegk > Date: Sat Jan 19 03:48:09 2008 > New Revision: 613385 > > URL: http://svn.apache.org/viewvc?rev=613385&view=rev > Log: > Updated BUILDING.txt; updated assembly descriptor to include all sources > including web site; adde

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread ant elder
On Jan 18, 2008 6:41 PM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > Folks > > Please take one last look at the preview packages and the release notes: > > > http://people.apache.org/~olegk/httpcore-4.0-beta1-preview/RELEASE_NOTES.txt

Re: unable to encode reserved characters using java.net.URI multi-arg constructors

2008-01-19 Thread Oleg Kalnichevski
On Fri, 2008-01-18 at 21:35 +0100, Ortwin Glück wrote: > Oleg Kalnichevski wrote: > > needs a better parser that can deal with escaped and unescaped queries, > > Sorry, Oleg, nobody can deal with unescaped queries. It's NOT POSSIBLE (tm). > Escape, maybe? ;-) Oleg > -

Re: [HttpCore] HttpCore 4.0-beta1 release packages preview (3nd take)

2008-01-19 Thread Oleg Kalnichevski
On Fri, 2008-01-18 at 19:40 +, sebb wrote: > On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > Folks > > > > Please take one last look at the preview packages and the release notes: > > > > http://people.apache.org/~olegk/httpcore-4.0-beta1-preview/RELEASE_NOTES.txt > > http://pe

[g...@vmgump]: Project httpcomponents-core (in module httpcomponents) failed

2008-01-19 Thread GUMP
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project httpcomponents-core has an issue affecting its community integration. This issue

[g...@vmgump]: Project commons-httpclient (in module httpcomponents) failed

2008-01-19 Thread GUMP
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-httpclient has an issue affecting its community integration. This issue a