Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A2975117B6 for ; Tue, 26 Aug 2014 08:49:58 +0000 (UTC) Received: (qmail 36161 invoked by uid 500); 26 Aug 2014 08:49:58 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 36140 invoked by uid 500); 26 Aug 2014 08:49:58 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 36058 invoked by uid 99); 26 Aug 2014 08:49:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 08:49:58 +0000 Date: Tue, 26 Aug 2014 08:49:58 +0000 (UTC) From: "Sergey Grebnov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-7377) Whitelist. Windows build error due to 'invalid URI rules in config.xml' 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/CB-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14110502#comment-14110502 ] Sergey Grebnov edited comment on CB-7377 at 8/26/14 8:49 AM: ------------------------------------------------------------- Propose to filter rules on Windows platform and apply **https** urls only. Others must be ignored with corresponding warning message in console, for example Access rules must begin with 'https://', the following rule is ignored: http://whatheaders.com was (Author: sgrebnov): Propose to filter rules on Windows platform and apply **https** urls only. Others must be ignored with corresponding message in console log, for example Access rules must begin with 'https://', the following rule is ignored: http://whatheaders.com > Whitelist. Windows build error due to 'invalid URI rules in config.xml' > ----------------------------------------------------------------------- > > Key: CB-7377 > URL: https://issues.apache.org/jira/browse/CB-7377 > Project: Apache Cordova > Issue Type: Bug > Components: Windows 8 > Reporter: Sergey Grebnov > Assignee: Sergey Grebnov > > This occurs if config.xml contains access rule which does not use 'https://' protocol. Windows 8.1 and Windows Phone 8.1 targets which we recently added support for support https only so we have the following build error as a result. > App manifest contains invalid content URI rules 'http://*'. The rule must begin with 'https://' ... > Repro steps > 1. Get and install: cordova-cli, cordova-js, all plugins, cordova-windows, cordova mobile-spec (mspec brunch) > 2. Create mobilespec app using cordova-mobile-spec/createmobilespec/createmobilespec > 3. Add windows platform to created app > 4. Build mobilespec app for windows -- This message was sent by Atlassian JIRA (v6.2#6252)