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

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Mon Mar 22 01:31:16 EDT 2010


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