[Httpunit-commit] CVS: httpunit/doc release_notes.txt,1.56,1.57 todo.txt,1.18,1.19
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-10-24 18:06:31
|
Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv10818/doc
Modified Files:
release_notes.txt todo.txt
Log Message:
from Benoit Xhenseval: added parameter detection for link-based requests
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- release_notes.txt 2001/10/19 19:16:57 1.56
+++ release_notes.txt 2001/10/24 18:06:28 1.57
@@ -5,10 +5,18 @@
2. 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.
3. No order is guaranteed for parameters from forms, contrary to the HTML 4.01 spec
+ 4. No parameter validation is done for requests built from links
Limitations: HttpUnit does not support JavaScript
Revision History:
+
+24-Oct-2001
+ Acknowledgements:
+ Thanks to Benoit Xhenseval for adding parameter detection in links.
+
+ Additions:
+ 1. getParameter() and getParameterNames() now works for requests built from links with embedded parameters.
19-Oct-2001
Additions:
Index: todo.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/todo.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- todo.txt 2001/10/24 16:37:42 1.18
+++ todo.txt 2001/10/24 18:06:28 1.19
@@ -2,6 +2,7 @@
o Allow servlet initialization parameters in registerServlet
o Add support for getLinkWithName
o Add WebResponse.getMetaContent (returns array of matching content entries)
+o Prevent setParameter calls from working on requests built from links if validation is enabled
Medium priority:
o Support optional tags which hide their contents (as in IFRAME, OBJECT, etc.)
|