[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.51,1.52
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-09-13 15:11:32
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv13691/doc
Modified Files:
release_notes.txt
Log Message:
Now handle refresh requests with URL=<location> syntax
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- release_notes.txt 2001/08/21 19:56:21 1.51
+++ release_notes.txt 2001/09/13 15:11:30 1.52
@@ -10,6 +10,10 @@
Revision History:
+13-Sep-2001
+ Problems corrected:
+ 1. The refresh handling now recognizes requests with content syntax "<seconds>;<location>" or "<seconds>; URL=<location>"
+
21-Aug-2001
Acknowledgements:
Thanks to Richard Scothern for identiying the cause of problems with POST requests and older servlet engines.
|