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 3A4D31103A for ; Mon, 9 Jun 2014 18:10:00 +0000 (UTC) Received: (qmail 45146 invoked by uid 500); 9 Jun 2014 18:10:00 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 45109 invoked by uid 500); 9 Jun 2014 18:10:00 -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 45097 invoked by uid 99); 9 Jun 2014 18:10:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 18:09:59 +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: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [5.148.180.21] (HELO kalnich2.nine.ch) (5.148.180.21) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 18:09:57 +0000 Received: from [192.168.1.121] (77-57-198-202.dclient.hispeed.ch [77.57.198.202]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by kalnich2.nine.ch (Postfix) with ESMTPSA id 8700C1600AA for ; Mon, 9 Jun 2014 18:09:31 +0000 (UTC) Message-ID: <1402337372.4318.5.camel@ubuntu> Subject: Re: [GitHub] httpclient pull request: Added the ability to cache responses to H... From: Oleg Kalnichevski To: HttpComponents Project Date: Mon, 09 Jun 2014 20:09:32 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Mon, 2014-06-09 at 11:13 -0400, Jon Moore wrote: > What's the established mechanism for handling pull requests on the Github > mirror of the project? For example, I have commentary on the PR below but > am not sure whether I should comment on the PR itself or if I should > redirect the contributor to the official JIRA / patchset process. I > couldn't find this described on our website or wiki anywhere. > > Thanks, > Jon > Hi Jon Based purely on my personal interpretation of this blog [1] it should be perfectly OK to comment on the PR at GitHub. However, for substantial contributions like this one a JIRA should still be raised and linked with the PR at GitHub Oleg [1] https://blogs.apache.org/infra/entry/improved_integration_between_apache_and > > On Sun, Jun 8, 2014 at 10:40 AM, TJ-Cutajar wrote: > > > GitHub user TJ-Cutajar opened a pull request: > > > > https://github.com/apache/httpclient/pull/13 > > > > Added the ability to cache responses to HEAD requests > > > > A subsequent GET request to the same URI will result in a call to > > origin. A cache entry that exists from a previous GET can be used to > > satisfy a HEAD request. > > > > You can merge this pull request into a Git repository by running: > > > > $ git pull https://github.com/TJ-Cutajar/httpclient > > cache-head-responses > > > > Alternatively you can review and apply these changes as the patch at: > > > > https://github.com/apache/httpclient/pull/13.patch > > > > To close this pull request, make a commit to your master/trunk branch > > with (at least) the following in the commit message: > > > > This closes #13 > > > > ---- > > commit 238bae0ff77ac1419a95b51f8152875ff45c1f12 > > Author: Tyrone Cutajar > > Date: 2014-06-08T14:25:20Z > > > > Added the ability to cache responses to HEAD requests. Subsequent GET > > requests to the same URI result in a call to origin. A cache entry that > > exists from a previous GET can be used to satisfy a HEAD request. > > > > ---- > > > > > > --- > > If your project is set up for it, you can reply to this email and have your > > reply appear on GitHub as well. If your project does not have this feature > > enabled and wishes so, or if the feature is enabled but not working, please > > contact infrastructure at infrastructure@apache.org or file a JIRA ticket > > with INFRA. > > --- > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org > > For additional commands, e-mail: dev-help@hc.apache.org > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org