You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/09/05 04:54:56 UTC

DO NOT REPLY [Bug 12115] - [PATCH]NPE in AbstractCachingProcessingPipeline.java

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12115>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12115

[PATCH]NPE in AbstractCachingProcessingPipeline.java





------- Additional Comments From samc@atnet.net.au  2002-09-05 02:54 -------
Hi. I tried this patch, but I found that it caused no caching to be performed 
at all. I found that treating the length as being zero if the cachedPipelineKey
is null had better results. IE: (btw, sorry for no patch, we dont use the 
latest CVS but our version does have the bug as well)

if (i > 0 && (null == cachedPipelineKey  || (i > cachedPipelineKey.size()) ))

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