cziegeler 2003/01/27 23:34:17
Modified: src/java/org/apache/cocoon/components/pipeline/impl
AbstractCachingProcessingPipeline.java
Log:
First fix for 16248 - need some more investigation
Revision Changes Path
1.24 +3 -3
xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/impl/AbstractCachingProcessingPipeline.java
Index: AbstractCachingProcessingPipeline.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/pipeline/impl/AbstractCachingProcessingPipeline.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- AbstractCachingProcessingPipeline.java 28 Jan 2003 07:23:35 -0000 1.23
+++ AbstractCachingProcessingPipeline.java 28 Jan 2003 07:34:17 -0000 1.24
@@ -493,7 +493,7 @@
} else {
this.fromCacheKey = null;
}
-
+ finished = false;
this.completeResponseIsCached = false;
}
} else {
@@ -505,7 +505,7 @@
"' using key: " + this.fromCacheKey
);
}
-
+
if (!this.doSmartCaching) {
// try a shorter key
if (this.fromCacheKey.size() > 1) {
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]