[Mono-dev] Patch for HttpRequest.cs

Gonzalo Paniagua Javier gonzalo at novell.com
Mon Jun 5 14:04:58 EDT 2006


On Mon, 2006-06-05 at 17:01 +0200, Juraj Skripsky wrote:
> Hi,
> 
> Did anyone had a chance to look at the patches? Is there anything I can
> do the speed up the process?
> http://lists.ximian.com/pipermail/mono-devel-list/2006-May/018667.html

Somehow I didn't get that email.

In the patch for HttpUtility:
-			return ParseQueryString (query, Encoding.UTF8);
+			return ParseQueryString (query, Encoding.Default);

MS documentation explicitly mentions UTF8 as the encoding used for
ParseQueryString (string). Please add a comment that refers to the test
that proves the documentations is wrong.

Feel free to commit the three patches after that.

Thanks.

-Gonzalo





More information about the Mono-devel-list mailing list