Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 89486 invoked from network); 1 Jul 2010 16:18:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jul 2010 16:18:19 -0000 Received: (qmail 98760 invoked by uid 500); 1 Jul 2010 16:18:19 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 98706 invoked by uid 500); 1 Jul 2010 16:18:18 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 98432 invoked by uid 99); 1 Jul 2010 16:18:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 16:18:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jul 2010 16:18:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o61GHr11029304 for ; Thu, 1 Jul 2010 16:17:53 GMT Message-ID: <8073070.155951278001073608.JavaMail.jira@thor> Date: Thu, 1 Jul 2010 12:17:53 -0400 (EDT) From: "Jonathan Moore (JIRA)" To: dev@hc.apache.org Subject: [jira] Updated: (HTTPCLIENT-963) client cache does not respect 'Cache-Control: no-store' on requests In-Reply-To: <21440604.155881278001071392.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Moore updated HTTPCLIENT-963: -------------------------------------- Attachment: no-store-requests.patch The attached patch resolves this issue, and is contributed to the ASF with the permission of my employer. > client cache does not respect 'Cache-Control: no-store' on requests > ------------------------------------------------------------------- > > Key: HTTPCLIENT-963 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-963 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: Cache > Affects Versions: 4.1 Alpha2 > Reporter: Jonathan Moore > Attachments: no-store-requests.patch > > > "The purpose of the no-store directive is to prevent the inadvertent release or retention of sensitive information (for example, on backup tapes). The no-store directive applies to the entire message, and MAY be sent either in a response or in a request. If sent in a request, a cache MUST NOT store any part of either this request or any response to it." > http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.2 > The current implementation will incorrectly cache responses to requests containing 'Cache-Control: no-store'. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org