[Mono-dev] Bug in System.WebHttpUtility.UrlDecode

Gonzalo Paniagua Javier gonzalo at novell.com
Wed May 10 10:54:23 EDT 2006


On Wed, 2006-05-10 at 01:59 -0700, Vladimir Krasnov wrote:
> Hi Gonzalo,
> 
> You've merged my patch that contained fixes for 3 overloads of DecodeUrl
> but in the first one (UrlDecode (string, Encoding)) you've merged not
> exactly what I meant. You've used TryParseHexa function that throws
> exception if failed to parse hex number, this is what I wanted to avoid,
> because this can a little slow down a performance of URL decoding. The
> next two overloads are not using this function.
> 
> Did you have a special reason for this?
> 

Ooops, sorry about that. I just fixed it in svn HEAD.
Thanks.

-Gonzalo





More information about the Mono-devel-list mailing list