[jira] Commented: (HTTPCLIENT-730) Use of Multi-Args URI Causes URI-Rewriting to improperly unescape characters

2008-01-22 Thread Tim Julien (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561519#action_12561519 ] Tim Julien commented on HTTPCLIENT-730: --- could probably steal java.net.URI.define

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

2008-01-22 Thread Tim Julien
Oleg Kalnichevski wrote: On Sat, 2008-01-19 at 09:33 -0800, Sam Berlin wrote: 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 con

Re: Re: async http clients

2008-01-22 Thread Oleg Kalnichevski
On Tue, 2008-01-22 at 16:52 -0500, [EMAIL PROTECTED] wrote: > Hi, > > Your suggestion worked well, but I think I ran into a problem with it (using > A6, if it matters). I ended up with a hung IOReactor thread: > > Thread [I/O dispatcher 2] (Suspended) > KQueueArrayWrapper.register0(int,

Re: Re: async http clients

2008-01-22 Thread david_koski
Hi, Your suggestion worked well, but I think I ran into a problem with it (using A6, if it matters). I ended up with a hung IOReactor thread: Thread [I/O dispatcher 2] (Suspended) KQueueArrayWrapper.register0(int, int, int, int) line: not available [native method] KQueue

RE: [EMAIL PROTECTED]: Project httpcomponents-client (in modulehttpcomponents) failed

2008-01-22 Thread ossfwot
Hi Oleg, I see. How about 4.0-beta2-SNAPSHOT? cheers, Roland >_ >_On Tue, 2008-01-22 at 15:15 +0100, [EMAIL PROTECTED] wrote: >_> Hi folks, >_> >_> the pom.xml for module-client [1] still specifies: >_> >_> >_> org.apache.httpcomponents >_> httpcore >_> 4.0-alpha7-SNAPSHOT >_> >_> >_> Cou

RE: [EMAIL PROTECTED]: Project httpcomponents-client (in module httpcomponents) failed

2008-01-22 Thread Oleg Kalnichevski
On Tue, 2008-01-22 at 15:15 +0100, [EMAIL PROTECTED] wrote: > Hi folks, > > the pom.xml for module-client [1] still specifies: > > > org.apache.httpcomponents > httpcore > 4.0-alpha7-SNAPSHOT > > > Could somebody please change that to 4.0-beta1? > I'm travelling and have no access to my devel

RE: [EMAIL PROTECTED]: Project httpcomponents-client (in module httpcomponents) failed

2008-01-22 Thread ossfwot
Hi folks, the pom.xml for module-client [1] still specifies: org.apache.httpcomponents httpcore 4.0-alpha7-SNAPSHOT Could somebody please change that to 4.0-beta1? I'm travelling and have no access to my development environment. cheers, Roland [1] http://svn.apache.org/repos/asf/httpcompo

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

2008-01-22 Thread Sam Berlin
Oops, sorry about that. GMail doesn't do a great job letting you know what your outgoing messages look like to everyone else. The JIRA is now at: https://issues.apache.org/jira/browse/HTTPCLIENT-730 . Sam On Jan 22, 2008 4:55 AM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > On Mon, 2008-01-

[jira] Commented: (HTTPCLIENT-730) Use of Multi-Args URI Causes URI-Rewriting to improperly unescape characters

2008-01-22 Thread Sam Berlin (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561343#action_12561343 ] Sam Berlin commented on HTTPCLIENT-730: --- Per the email thread, placing

[jira] Updated: (HTTPCLIENT-730) Use of Multi-Args URI Causes URI-Rewriting to improperly unescape characters

2008-01-22 Thread Sam Berlin (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Berlin updated HTTPCLIENT-730: -- Attachment: TestUriEscapes.java A testcase specifically DefaultClientRequestDirector.rewrit

[jira] Created: (HTTPCLIENT-730) Use of Multi-Args URI Causes URI-Rewriting to improperly unescape characters

2008-01-22 Thread Sam Berlin (JIRA)
Use of Multi-Args URI Causes URI-Rewriting to improperly unescape characters Key: HTTPCLIENT-730 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-730 Project: HttpCompon

[EMAIL PROTECTED]: Project httpcomponents-client (in module httpcomponents) failed

2008-01-22 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-client has an issue affecting its community integration. This issu

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

2008-01-22 Thread Oleg Kalnichevski
On Mon, 2008-01-21 at 21:58 -0500, Sam Berlin wrote: > So... I got bored and had a little time. Here's a testcase which > highlights the URI-rewrite changing the URI for requests. It only > tests one example of the URI failures right now: > DefaultClientRequestDirector.rewriteRequestURI's else b