Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-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 0C601118A7 for ; Tue, 26 Aug 2014 09:20:06 +0000 (UTC) Received: (qmail 10034 invoked by uid 500); 26 Aug 2014 09:20:05 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 9993 invoked by uid 500); 26 Aug 2014 09:20:05 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 9981 invoked by uid 99); 26 Aug 2014 09:20:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 09:20:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of v-segreb@microsoft.com designates 207.46.163.190 as permitted sender) Received: from [207.46.163.190] (HELO na01-bn1-obe.outbound.protection.outlook.com) (207.46.163.190) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 09:20:01 +0000 Received: from BL2PR03MB417.namprd03.prod.outlook.com (10.141.92.12) by BL2PR03MB417.namprd03.prod.outlook.com (10.141.92.12) with Microsoft SMTP Server (TLS) id 15.0.1015.19; Tue, 26 Aug 2014 09:19:38 +0000 Received: from BL2PR03MB417.namprd03.prod.outlook.com ([10.141.92.12]) by BL2PR03MB417.namprd03.prod.outlook.com ([10.141.92.12]) with mapi id 15.00.1015.018; Tue, 26 Aug 2014 09:19:37 +0000 From: "Sergey Grebnov (Akvelon)" To: "dev@cordova.apache.org" Subject: Windows build issue due to http whitelisting rules Thread-Topic: Windows build issue due to http whitelisting rules Thread-Index: Ac/BDifSMYXns5VGTZ2W1eYwH76ebQ== Date: Tue, 26 Aug 2014 09:19:37 +0000 Message-ID: <9131feafdb8b42488f27056c5197ce96@BL2PR03MB417.namprd03.prod.outlook.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [109.60.135.109] x-microsoft-antispam: BCL:0;PCL:0;RULEID:;UriScan:; x-forefront-prvs: 03152A99FF x-forefront-antispam-report: SFV:NSPM;SFS:(6009001)(3905001)(189002)(199003)(21056001)(4396001)(20776003)(99396002)(74502001)(74662001)(81342001)(64706001)(31966008)(15975445006)(83322001)(33646002)(19580395003)(86362001)(92566001)(76482001)(80022001)(50986999)(66066001)(81542001)(2656002)(83072002)(87936001)(86612001)(15202345003)(101416001)(76576001)(2351001)(229853001)(54356999)(105586002)(46102001)(79102001)(74316001)(108616004)(16601075003)(106356001)(77982001)(90102001)(107886001)(99286002)(95666004)(85306004)(110136001)(107046002)(85852003)(2501001)(24736002)(16940595002);DIR:OUT;SFP:;SCL:1;SRVR:BL2PR03MB417;H:BL2PR03MB417.namprd03.prod.outlook.com;FPR:;MLV:sfv;PTR:InfoNoRecords;MX:1;A:1;LANG:en; Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: microsoft.onmicrosoft.com X-Virus-Checked: Checked by ClamAV on apache.org Windows 8.1 and Phone 8.1 requires https for access rules[1], http is not s= upported anymore. I've sent PR below [2] to prevent build failure and trace= warning message for this case. One of real cases where it is required is m= obile spec app which cannot' be built since it defines the following rules. =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 [1] http://msdn.microsoft.com/en-us/library/windows/desktop/dn457654(v=3Dvs= .85).aspx=20 [2] https://github.com/apache/cordova-windows/pull/41=20 Thx! Sergey