ChangeLog 859 B

1234567891011121314151617181920212223242526272829
  1. 2005-06-26 Gonzalo Paniagua Javier <[email protected]>
  2. * HttpUtilityTest.cs: added one more test.
  3. 2005-06-23 Gonzalo Paniagua Javier <[email protected]>
  4. * HttpUtilityTest.cs: new test for extra '0'.
  5. 2005-06-23 Gonzalo Paniagua Javier <[email protected]>
  6. * HttpUtilityTest.cs: new tests.
  7. 2005-05-13 Atsushi Enomoto <[email protected]>
  8. * HttpUtilityTest.cs : test for url decode.
  9. 2005-02-23 Sebastien Pouliot <[email protected]>
  10. * HttpRequestTest.cs: Added another XSS case that was found on ASP.NET
  11. (fixed now) but didn't affect Mono.
  12. 2005-02-23 Sebastien Pouliot <[email protected]>
  13. * HttpRequestTest.cs: New. Test that ValidateInput throw exceptions
  14. when expected.
  15. * HttpServerUtilityTest.cs: New. Test for possible XSS when using
  16. HtmlEncode.
  17. * HttpUtilityTest.cs: New. Test for possible XSS when using
  18. HtmlEncode.