[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.45,1.46
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-07-23 03:05:33
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv15976/doc
Modified Files:
release_notes.txt
Log Message:
From David Karr: corrected handling of 3xx responses
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- release_notes.txt 2001/07/20 21:04:21 1.45
+++ release_notes.txt 2001/07/23 03:05:30 1.46
@@ -14,9 +14,13 @@
20-Jul-2001
Acknowledgements:
Thanks to Drew Varner for more sophisticated cookie handling, including Set-Cookie2 code
+ Thanks to David Karr for pointing out the problem with status code 3xx responses and
+ suggesting a fix for it.
Problems corrected:
1. cookies with embedded commas and quotes are now handled
+ 2. Status code 3xx responses no longer result in a null pointer exception when
+ invoking getText or reading the input stream.
Additions:
1. The Set_Cookie2 header is now handled
|