Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 55996 invoked from network); 5 Feb 2007 09:27:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 09:27:17 -0000 Received: (qmail 47332 invoked by uid 500); 5 Feb 2007 09:27:23 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 47293 invoked by uid 500); 5 Feb 2007 09:27:22 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 47280 invoked by uid 99); 5 Feb 2007 09:27:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 01:27:22 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 01:27:15 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 8B3E87142A6; Mon, 5 Feb 2007 01:26:55 -0800 (PST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 41484] - Suggest adding CacheIgnoreQueryString option to mod_cache In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20070205092655.8B3E87142A6@brutus.apache.org> Date: Mon, 5 Feb 2007 01:26:55 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org 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=41484 ------- Additional Comments From rpluem@apache.org 2007-02-05 01:26 ------- Forgot one thing: Please put int ignorequerystring; int ignorequerystring_set; at the end of the cache_server_conf struct to avoid binary incompatibility and thus the need for a major bump. A patch that creates binary incompatibility cannot be backported to 2.2.x. Putting them to the end of the structure only requires a minor bump which can be backported (include/ap_mmn.h). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org