Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 91793 invoked from network); 23 Jun 2004 12:58:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Jun 2004 12:58:00 -0000 Received: (qmail 5812 invoked by uid 500); 23 Jun 2004 12:48:09 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 5522 invoked by uid 500); 23 Jun 2004 12:47:58 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 5414 invoked by uid 99); 23 Jun 2004 12:47:56 -0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 23 Jun 2004 05:47:52 -0700 Received: (qmail 19194 invoked by uid 50); 23 Jun 2004 12:48:59 -0000 Date: 23 Jun 2004 12:48:59 -0000 Message-ID: <20040623124859.19193.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 17924] - Cached resources don't have Expires-Header X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=17924 Cached resources don't have Expires-Header ------- Additional Comments From jh@domek.be 2004-06-23 12:48 ------- Attached patch fixes at least the behaviour you are seeing. An expires parameter is now returned regardless of it's cached state. @Cocoongods: please review and reject/apply. It's a 5-liner. I did not see the duplicate content-length header problem you're describing. Can you specify a bit more how and when you're experiencing this?