[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.44,1.45
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-07-20 21:04:23
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv25670/doc
Modified Files:
release_notes.txt
Log Message:
From Drew Varner: improved cookie handling
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- release_notes.txt 2001/07/19 17:43:50 1.44
+++ release_notes.txt 2001/07/20 21:04:21 1.45
@@ -11,6 +11,16 @@
Revision History:
+20-Jul-2001
+Acknowledgements:
+ Thanks to Drew Varner for more sophisticated cookie handling, including Set-Cookie2 code
+
+Problems corrected:
+ 1. cookies with embedded commas and quotes are now handled
+
+Additions:
+ 1. The Set_Cookie2 header is now handled
+
19-Jul-2001
Additions:
1. Added getHeaderFieldNames to WebResponse
|