[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.48,1.49
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-08-08 19:18:17
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv2695/doc
Modified Files:
release_notes.txt
Log Message:
Added defaultContentType to HttpUnitOptions
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- release_notes.txt 2001/08/06 20:19:41 1.48
+++ release_notes.txt 2001/08/08 19:18:12 1.49
@@ -10,6 +10,14 @@
Revision History:
+ 8-Aug-2001
+Acknowledgements:
+ Thanks to Dave Glowacki for the default content-type code.
+
+ Additions:
+ 1. HttpUnitOptions.setDefaultContentType() lets you define a content-type to use when the web server does not
+ supply a Content-Type header.
+
2-Aug-2001
Problems Corrected:
1. Set-Cookie headers are now processed even on responses with 4xx and 5xx status
|