joerg 2003/07/04 21:50:34
Modified: . status.xml
Log:
refactoring WebServiceProxyGenerator, bugfix 21340
Revision Changes Path
1.77 +6 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- status.xml 4 Jul 2003 14:37:11 -0000 1.76
+++ status.xml 5 Jul 2003 04:50:34 -0000 1.77
@@ -183,6 +183,11 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="JH" type="fix" fixes-bug="21340" due-to="Peter Ross"
due-to-email="[EMAIL PROTECTED]">
+ Refactored the WebServiceProxyGenerator: "host parameter is null" fixed,
replaced deprecated
+ stuff, removed all work arounds (hopefully no longer needed), removed the
buggy "<?xml" test,
+ replaced getResponseBodyAsString() with getResponseBody() (but encoding
issue is still not fixed).
+ </action>
<action dev="CZ" type="fix" fixes-bug="20115" due-to="Tim Goodwin"
due-to-email="[EMAIL PROTECTED]">
Applied patch for implementing exists for the xmldb source.
</action>