[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.20,1.21
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-03-23 20:50:44
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv8865/doc
Modified Files:
release_notes.txt
Log Message:
Added referer header support
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- release_notes.txt 2001/03/23 19:13:27 1.20
+++ release_notes.txt 2001/03/23 20:50:40 1.21
@@ -18,7 +18,10 @@
Problems corrected:
1. Under JDK 1.3, error headers would sometimes cause a FileNotFoundException
2. Cookies containing '=' or wrapped in quotes are now recognized
-
+
+Additions:
+ 1. The Referer header is now sent for requests derived from links and forms.
+
08-Jan-01 1.2.2
Acknowledgements:
Thanks to Rocky Rhodes for finding the multiple cookie bug
|