Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv6049/doc
Modified Files:
release_notes.txt
Log Message:
Robert Watkins: Added check for message truncated
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- release_notes.txt 21 May 2002 20:43:30 -0000 1.110
+++ release_notes.txt 17 Jun 2002 21:22:04 -0000 1.111
@@ -12,6 +12,14 @@
Revision History:
+17-Jun-2002
+Acknowledgements:
+ Thanks to Robert Watkins for the content length test.
+
+Additions:
+ 1. An IO exception is thrown if the content length does not match the actual received length for a response and
+ content-length checking is enabled.
+
21-May-2002
Correction:
1. ServletUnit supports urls beginning with "/servlet/" as referring to a servlet class name if not mapped to anything else.
|