| 1234567891011121314151617181920212223242526272829 |
- 2005-06-26 Gonzalo Paniagua Javier <[email protected]>
- * HttpUtilityTest.cs: added one more test.
- 2005-06-23 Gonzalo Paniagua Javier <[email protected]>
- * HttpUtilityTest.cs: new test for extra '0'.
- 2005-06-23 Gonzalo Paniagua Javier <[email protected]>
- * HttpUtilityTest.cs: new tests.
- 2005-05-13 Atsushi Enomoto <[email protected]>
- * HttpUtilityTest.cs : test for url decode.
- 2005-02-23 Sebastien Pouliot <[email protected]>
-
- * HttpRequestTest.cs: Added another XSS case that was found on ASP.NET
- (fixed now) but didn't affect Mono.
- 2005-02-23 Sebastien Pouliot <[email protected]>
- * 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.
|