[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.52,1.53 todo.txt,1.16,1.17
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-10-15 18:26:01
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv7786/doc
Modified Files:
release_notes.txt todo.txt
Log Message:
Default to no charset on POST, match http-equiv
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- release_notes.txt 2001/09/13 15:11:30 1.52
+++ release_notes.txt 2001/10/15 18:25:58 1.53
@@ -10,6 +10,11 @@
Revision History:
+15-Oct-2001
+ Problems corrected:
+ 1. The http-equiv meta tag was incorrectly matched as "http_equiv"
+ 2. By default, POSTs included charset attributes which messed up some servlet engines
+
13-Sep-2001
Problems corrected:
1. The refresh handling now recognizes requests with content syntax "<seconds>;<location>" or "<seconds>; URL=<location>"
Index: todo.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/todo.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- todo.txt 2001/07/31 16:08:59 1.16
+++ todo.txt 2001/10/15 18:25:58 1.17
@@ -1,3 +1,10 @@
+High Priority
+o Allow servlet initialization parameters in registerServlet
+o Allow multiple text parameters with the same name
+o Add support for getLinkWithName
+o Allow creation of POST method with file upload w/o form
+o Other changes already submitted
+
Medium priority:
o Support optional tags which hide their contents (as in IFRAME, OBJECT, etc.)
o Support IFRAME tag
|