[Mono-dev] [PATCH] Improve System.Net.WebClient's CreateUri(Uri address) query string handling

Jon Herron jon.herron at yahoo.com
Mon Mar 22 09:02:06 EDT 2010


My apologies, I thought from the mdsn documentation it always appened the QueryString from WebClient - testing it on windows this morning does confirm your statement.  Thanks again for the fix.

Jon

--- On Mon, 3/22/10, Gonzalo Paniagua Javier <gonzalo.mono at gmail.com> wrote:

> From: Gonzalo Paniagua Javier <gonzalo.mono at gmail.com>
> Subject: Re: [Mono-dev] [PATCH] Improve System.Net.WebClient's CreateUri(Uri address) query string handling
> To: "Jon Herron" <jon.herron at yahoo.com>
> Cc: mono-devel-list at lists.ximian.com
> Date: Monday, March 22, 2010, 5:31 AM
> On Sun, 2010-03-21 at 21:34 -0700,
> Jon Herron wrote:
> > Thanks for the commit, there still seems to be an
> issue when
> > WebClient's QueryString property is set - it appears
> to be ignoring it
> > if the address has a query string as well, instead of
> appending it to
> > address' query string.  I've included a patch
> that works with my test
> > case below, any feedback is welcome.
> 
> When I tested that, MS ignored WebClient.QueryString in
> presence of a
> query string in the actual URL...
> 
> -Gonzalo
> 
> 
> 


      


More information about the Mono-devel-list mailing list