gianugo 2003/07/31 10:30:13
Modified: src/java/org/apache/cocoon/components/flow
AbstractInterpreter.java
Log:
Reverted previous patch. Is flowscript's responsability to close the stream,
if needed.
Revision Changes Path
1.6 +1 -2
cocoon-2.1/src/java/org/apache/cocoon/components/flow/AbstractInterpreter.java
Index: AbstractInterpreter.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/flow/AbstractInterpreter.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- AbstractInterpreter.java 31 Jul 2003 15:43:49 -0000 1.5
+++ AbstractInterpreter.java 31 Jul 2003 17:30:13 -0000 1.6
@@ -199,7 +199,6 @@
result = processor.process(wrapper);
wrapper.commitResponse();
out.flush();
- out.close();
// Return whatever the processor returned us
return(result);