[Mono-dev] [PATCH] MS/Mono incompatibility in System.Web.HttpRequest

Miguel de Icaza miguel at ximian.com
Mon Mar 6 14:48:20 EST 2006


Hello,

> Can someone please approve and commit this patch?

Rewrite without using Regexp, which is a lot slower than the current
code.

Miguel
> Original issue:
> 
> The input validation that occurs in the CheckString method in
> /mcs/class/System.Web/System.Web/HttpRequest.cs is far more strict
> than
> Microsoft's.  In this case, I would tend to say that Mono's validation
> is safer, but it might be excessive.  After extensive testing, here is
> the CheckString method that matches MS's version:
>   
-- 
Miguel de Icaza <miguel at ximian.com>



More information about the Mono-devel-list mailing list