[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.121,1.122
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-07-30 13:16:55
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv6148/doc Modified Files: release_notes.txt Log Message: Test for content type case-insensitive Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- release_notes.txt 25 Jul 2002 11:19:18 -0000 1.121 +++ release_notes.txt 30 Jul 2002 13:16:52 -0000 1.122 @@ -12,6 +12,13 @@ Revision History: +29-Jul-2002 +Acknowledgements: + Thanks to Sebastien Rosset for pointing out the case sensitivity problem with WebResponse.isHTML + +Problems fixed: + 1. WebResponses are now recognized as HTML even if the content type is not lower case. + Acknowledgements: Thanks to Rajan Narasimhan for fixing the relative URL computation problem. |