Re: [Mono-dev] Patch for HttpRequest and HttpCookieCollection

2008-01-16 Thread Juraj Skripsky
Hi Marek, Did you get this mail? Could you please review my patch? Thanks! - Juraj On Wed, 2008-01-09 at 12:59 +0100, Juraj Skripsky wrote: Hi Marek, Attached is a patch that - fixes a issue in HttpRequest.UrlReferrer (it is not supposed to throw when the headers contain an invalid

Re: [Mono-dev] Patch for HttpRequest and HttpCookieCollection

2008-01-16 Thread Marek Habersack
On Wed, 16 Jan 2008 15:40:51 +0100, Juraj Skripsky [EMAIL PROTECTED] scribbled: Hi Marek, Hey Juraj, Did you get this mail? Could you please review my patch? Thanks! Please commit, looks good. Thanks! best regards, marek signature.asc Description: PGP signature

[Mono-dev] Patch for HttpRequest and HttpCookieCollection

2008-01-09 Thread Juraj Skripsky
Hi Marek, Attached is a patch that - fixes a issue in HttpRequest.UrlReferrer (it is not supposed to throw when the headers contain an invalid url) - adds a unit test for that issue - simplifies the code in HttpCookieCollection.AllKeys All unit tests pass. May I commit? - Juraj Index: