Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A74FB7F89 for ; Mon, 5 Dec 2011 02:27:57 +0000 (UTC) Received: (qmail 5782 invoked by uid 500); 5 Dec 2011 02:27:54 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 5755 invoked by uid 500); 5 Dec 2011 02:27:54 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 5747 invoked by uid 99); 5 Dec 2011 02:27:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2011 02:27:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dennisml@conversis.de designates 213.203.219.181 as permitted sender) Received: from [213.203.219.181] (HELO mail4.conversis.de) (213.203.219.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2011 02:27:45 +0000 Received: from [192.168.2.118] (p5DCF7A77.dip.t-dialin.net [93.207.122.119]) by mail4.conversis.de (Postfix) with ESMTP id 45401242004B for ; Mon, 5 Dec 2011 03:27:25 +0100 (CET) Message-ID: <4EDC2C0D.2030602@conversis.de> Date: Mon, 05 Dec 2011 03:27:25 +0100 From: Dennis Jacobfeuerborn User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] FilterProtocol cache=no not working correctly in 2.3.15? Hi, I create an output filter and have it configured like this: FilterProvider testfilter TESTFILTER "%{CONTENT_TYPE} = 'text/html'" FilterProtocol testfilter change=yes,cache=no FilterChain testfilter The filter itself works fine but the problem is that despite specifying cache=no which according to the documentation should render the output uncacheable when I reload the page I only get a 304 Not Modfied response. I do not see any headers in the response that actually tell the browser that the content is uncacheable. Any ideas what might be going on here? Regards, Dennis --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org