vmassol 01/09/16 04:14:31
Modified: docs/framework/xdocs changes.xml
Log:
* WebResponse getText() and getTextAsArray() can now be called several times with
the same result
* support for Orion 1.5 is now fully working !
Revision Changes Path
1.49 +8 -2 jakarta-cactus/docs/framework/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/changes.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- changes.xml 2001/09/15 12:40:42 1.48
+++ changes.xml 2001/09/16 11:14:31 1.49
@@ -108,6 +108,13 @@
</devs>
<release version="1.2 in CVS">
+ <action dev="VMA" type="fix">
+ Transform the <code>WebResponse.getText()</code> and
+ <code>WebResponse.getTestAsArray()</code> so that they can be called
+ repeatably and produce the same results. Previously the data were
+ read from the server output stream and thus the second read was not
+ returning anything (as it has already been read).
+ </action>
<action dev="VMA" type="update">
<strong>Cactus is now a top level Jakarta project. The package names
have been changed from <code>org.apache.commons.cactus</code> to
@@ -178,8 +185,7 @@
Some major refactorings and clean up of code ...
</action>
<action dev="VMA" type="add">
- Added automatic Ant script support for Orion 1.5 [still failing for
- <code>forward()</code> calls, don't know why].
+ Added automatic Ant script support for Orion 1.5.x
</action>
<action dev="VMA" type="fix" due-to="Navjeet Chabbewal"
due-to-email="[EMAIL PROTECTED]">
The test result object that was placed in the
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]