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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to