[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.33,1.34 todo.txt,1.9,1.10
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-06-04 22:28:13
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv26791/doc
Modified Files:
release_notes.txt todo.txt
Log Message:
Added PUT and generic (non-form) POST methods
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- release_notes.txt 2001/05/31 16:44:15 1.33
+++ release_notes.txt 2001/06/04 20:45:33 1.34
@@ -5,6 +5,7 @@
2. The "_self" target only works for links, not forms
3. The "accept-charset" attribute for forms is ignored; the page content character set is used to encode any response.
This behavior matches that currently used by IE and Navigator.
+ 4. No order is guaranteed for parameters from forms, contrary to the HTML 4.01 spec
Limitations: HttpUnit does not support JavaScript
@@ -12,7 +13,15 @@
Revision History:
Acknowledgements:
Thanks to Rolf Schmidiger for corrected behavior when failing to find a site
-
+ Thanks to Tom Watkins, Deepa Dihr, Marcos Tarruella for their implementation of
+ PutMethodWebRequest
+
+ 4-Jun-01
+Additions:
+ 1. Added PutMethodWebRequest
+ 2. PostMethodWebRequest now has a constructor which allows its contents to be
+ taken from an InputSource, like PutMethodWebRequest
+
31-May-01
Problems corrected:
1. Now throws HttpNotFoundException rather than NullPointerException when
Index: todo.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/todo.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- todo.txt 2001/05/31 16:44:15 1.9
+++ todo.txt 2001/06/04 20:45:33 1.10
@@ -1,9 +1,7 @@
-o Integrate PUT method (written by Marcos Tarruella, et. al.)
o Support <META HTTP_EQUIV=REFRESH tags>
o Support reset button detection
+o Support _new frame tag
o Send parameters in proper (HTML-file) order
-o Add support for POST/PUT to contain user-specified data and content-type
- taken either from file or a string
o Documentation, Documentation
Possibles:
|