[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.19,1.20
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-03-23 19:13:35
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv24514/doc
Modified Files:
release_notes.txt
Log Message:
Added improved cookie handling
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- release_notes.txt 2001/02/21 19:01:07 1.19
+++ release_notes.txt 2001/03/23 19:13:27 1.20
@@ -11,7 +11,15 @@
Revision History:
-08-Jan-01
+23-Mar-01
+Acknowledgements:
+ Thanks to Silvio Samadelli for improved cookie-recognition logic
+
+Problems corrected:
+ 1. Under JDK 1.3, error headers would sometimes cause a FileNotFoundException
+ 2. Cookies containing '=' or wrapped in quotes are now recognized
+
+08-Jan-01 1.2.2
Acknowledgements:
Thanks to Rocky Rhodes for finding the multiple cookie bug
Thanks to Scott Croco for correcting the response code problem
|