2005-02-23 Sebastien Pouliot * HttpRequestTest.cs: Added another XSS case that was found on ASP.NET (fixed now) but didn't affect Mono. 2005-02-23 Sebastien Pouliot * HttpRequestTest.cs: New. Test that ValidateInput throw exceptions when expected. * HttpServerUtilityTest.cs: New. Test for possible XSS when using HtmlEncode. * HttpUtilityTest.cs: New. Test for possible XSS when using HtmlEncode.