Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 46680 invoked from network); 18 Oct 2004 00:50:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Oct 2004 00:50:01 -0000 Received: (qmail 87377 invoked by uid 500); 18 Oct 2004 00:49:34 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 87287 invoked by uid 500); 18 Oct 2004 00:49:33 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 87242 invoked by uid 500); 18 Oct 2004 00:49:33 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 87223 invoked by uid 99); 18 Oct 2004 00:49:32 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 17 Oct 2004 17:49:32 -0700 Received: (qmail 46538 invoked by uid 1888); 18 Oct 2004 00:49:31 -0000 Date: 18 Oct 2004 00:49:31 -0000 Message-ID: <20041018004931.46537.qmail@minotaur.apache.org> From: pquerna@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/experimental mod_cache.c X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N pquerna 2004/10/17 17:49:31 Modified: . CHANGES modules/experimental mod_cache.c Log: use the correct struct for CacheDisable. (cache_disable instead of cache_enable) PR: 31128 Submitted by: Edward Rudd Revision Changes Path 1.1613 +4 -0 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1612 retrieving revision 1.1613 diff -u -r1.1612 -r1.1613 --- CHANGES 14 Oct 2004 11:31:48 -0000 1.1612 +++ CHANGES 18 Oct 2004 00:49:30 -0000 1.1613 @@ -2,6 +2,10 @@ [Remove entries to the current 2.0 section below, when backported] + *) mod_cache: CacheDisable will only disable the URLs it was meant to + disable, not all caching. PR 31128. + [Edward Rudd , Paul Querna] + *) mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d. [Jeff Trawick] 1.94 +1 -1 httpd-2.0/modules/experimental/mod_cache.c Index: mod_cache.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_cache.c,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- mod_cache.c 10 Oct 2004 15:29:15 -0000 1.93 +++ mod_cache.c 18 Oct 2004 00:49:31 -0000 1.94 @@ -795,7 +795,7 @@ const char *url) { cache_server_conf *conf; - struct cache_enable *new; + struct cache_disable *new; conf = (cache_server_conf *)ap_get_module_config(parms->server->module_config,