[Httpunit-commit] CVS: httpunit/doc faq.html,1.10,1.11 todo.txt,1.17,1.18
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-10-24 16:37:45
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv17199/doc Modified Files: faq.html todo.txt Log Message: Update docs Index: faq.html =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/faq.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- faq.html 2001/08/21 19:56:21 1.10 +++ faq.html 2001/10/24 16:37:42 1.11 @@ -95,11 +95,8 @@ <A HREF="#badPost"><H2>Why doesn't my servlet see parameters on a POST request?</H2></A> Some older servlet engines, such as Tomcat 3.1, get confused when they see a charset attribute on the Content-Type -header. HttpUnit normally sends this attribute; -however you can disable it by calling <code>HttpUnitOptions.setPostIncludesCharset(false)</code>. If you run into this -problem trying disabling the charset attribute. - - +header. HttpUnit 1.2.6 sends this attribute; As of HttpUnit 1.2.7 it will only send it if you call +<code>HttpUnitOptions.setPostIncludesCharset(true)</code> before your request. </BODY></HTML> Index: todo.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/todo.txt,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- todo.txt 2001/10/15 18:25:58 1.17 +++ todo.txt 2001/10/24 16:37:42 1.18 @@ -1,9 +1,7 @@ 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 +o Add WebResponse.getMetaContent (returns array of matching content entries) Medium priority: o Support optional tags which hide their contents (as in IFRAME, OBJECT, etc.) |