Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0EE7B200C1A for ; Mon, 13 Feb 2017 13:22:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0DA5C160B60; Mon, 13 Feb 2017 12:22:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5A821160B72 for ; Mon, 13 Feb 2017 13:22:06 +0100 (CET) Received: (qmail 31944 invoked by uid 500); 13 Feb 2017 12:20:08 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 29180 invoked by uid 500); 13 Feb 2017 12:20:05 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 26489 invoked by uid 99); 13 Feb 2017 12:20:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2017 12:20:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id B60641A00C4 for ; Mon, 13 Feb 2017 12:20:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id xNmd-9IJ4U1l for ; Mon, 13 Feb 2017 12:20:00 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 103D8612E1 for ; Mon, 13 Feb 2017 12:19:27 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0B0DCE0DDE for ; Mon, 13 Feb 2017 12:19:16 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id AE02C22475 for ; Mon, 13 Feb 2017 09:27:41 +0000 (UTC) Date: Mon, 13 Feb 2017 09:27:41 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9772) Perform HEAD request to retrieve header information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Feb 2017 12:22:07 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9772?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D15863382#comment-15863382 ]=20 ASF GitHub Bot commented on CLOUDSTACK-9772: -------------------------------------------- Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1934 =20 @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7)= has been kicked to run smoke tests > Perform HEAD request to retrieve header information > --------------------------------------------------- > > Key: CLOUDSTACK-9772 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-977= 2 > Project: CloudStack > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Components: Template > Affects Versions: 4.2.0, 4.2.1, 4.3.0, 4.4.0, 4.5.0, 4.3.1, 4.4.1, 4.4= .2, 4.4.3, 4.3.2, 4.5.1, 4.4.4, 4.5.2, 4.6.0, 4.6.1, 4.6.2, 4.7.0, 4.7.1, 4= .8.0, 4.9.0, 4.8.1.1, 4.9.0.1, 4.5.2.2 > Reporter: Marc-Aur=C3=A8le Brothier > Assignee: Marc-Aur=C3=A8le Brothier > > The function in UriUtils which perform a check for the template file size= of an arbitrary URL is sending a `GET` request to only retrieve the respon= se header. A `HEAD` is the correct way of retrieving such information from = the response header. > This was affecting the restart of a management server since all templates= were retrieved when receiving the startup command from the secondary stora= ge sysvm. -- This message was sent by Atlassian JIRA (v6.3.15#6346)