You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Mathias Brökelmann <mb...@gmx.net> on 2002/04/28 21:50:24 UTC

[PATCH] delete in XMLDBTransformer is allways successfully

Hi,

I´ve found a minor bug in XMLDBTransformer.

Response of delete operations is always success,
even if the resource was not found.

cvs diff should fix the problem.

>>>snip>>>
Index: XMLDBTransformer.java
===================================================================
RCS file:
/home/cvspublic/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transfo
rmation/XMLDBTransformer.java,v
retrieving revision 1.6
diff -r1.6 XMLDBTransformer.java
422a423
>                             result = "success";
424d424
<                         result = "success";

<<<snap<<<

cu,

Mathias Broekelmann

PS: this is my first patch, hope that this is the right way and place to
do this.




---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org