cvs commit: jakarta-cactus/src/sample/share/org/apache/cactus/sample/unit TestServletTestCase2.java

2001-10-20 Thread vmassol
ut.write(buffer, 0, length); +} + +out.close(); +} + +/** * Add the HTTP parameters that need to be passed in the query string of * the URL. * @@ -232,26 +267,9 @@ if (!theRequest.getParameterNamesPost().hasMoreElements(

cvs commit: jakarta-cactus/documentation/docs/xdocs changes_archive.xml sitemap.xml changes.xml

2003-07-13 Thread vmassol
ifficult to locate (as Cactus -default behaviour is now to pass parameter using GET, whereas before -it was passing them using POST). - - -The existing WebRequest.addParameter(name, value) is -now passing the parameter in the URL query string by