Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A4031D3C0 for ; Wed, 15 May 2013 17:47:16 +0000 (UTC) Received: (qmail 45966 invoked by uid 500); 15 May 2013 17:47:16 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 45934 invoked by uid 500); 15 May 2013 17:47:16 -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 45924 invoked by uid 99); 15 May 2013 17:47:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 17:47:16 +0000 Date: Wed, 15 May 2013 17:47:16 +0000 (UTC) From: "Jon Moore (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HTTPCLIENT-1353) 303 Redirects Should be Cacheable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCLIENT-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658573#comment-13658573 ] Jon Moore commented on HTTPCLIENT-1353: --------------------------------------- Ok, then if James can revise his patch as described, I think it is ok to go in. > 303 Redirects Should be Cacheable > --------------------------------- > > Key: HTTPCLIENT-1353 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1353 > Project: HttpComponents HttpClient > Issue Type: Improvement > Affects Versions: 4.2.5 > Reporter: James Leigh > Assignee: Jon Moore > Priority: Minor > Fix For: Future > > Attachments: HTTPCLIENT-1353.patch > > > The current HTTP draft indicates that 303 is actually cacheable after all, if indicated by the Cache-Control header. > http://www.w3.org/Protocols/HTTP/1.1/rfc2616bis/draft-lafon-rfc2616bis-latest.html#rfc.issue.i70-cacheability-of-303 > org.apache.http.impl.client.cache.ResponseCachingPolicy should be changed so that 303 (See Other) is not included in the uncacheableStatuses. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org