DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30243>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30243 Content Caching? ------- Additional Comments From [EMAIL PROTECTED] 2004-07-21 20:57 ------- Could you explain your patch, please? The only part I do understand is if (globalSize + byteSize <= maxByteSize) { instead of if (globalSize + byteSize > maxByteSize) { which really seems to be a bug, but most certainly it is nonsense to comment out freeing byte counts of the resource that maybe get overwritten by the new put: //freeBytes(key); Am I wrong? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
