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 7CB1010033 for ; Wed, 19 Mar 2014 18:44:10 +0000 (UTC) Received: (qmail 37314 invoked by uid 500); 19 Mar 2014 18:44:10 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 36848 invoked by uid 500); 19 Mar 2014 18:44:08 -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 36748 invoked by uid 99); 19 Mar 2014 18:44:07 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2014 18:44:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8756F984B40; Wed, 19 Mar 2014 18:44:07 +0000 (UTC) From: mbillau To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-android pull request: Allow subdomains flag in Whitelist x... Content-Type: text/plain Date: Wed, 19 Mar 2014 18:44:07 +0000 (UTC) GitHub user mbillau opened a pull request: https://github.com/apache/cordova-android/pull/95 Allow subdomains flag in Whitelist xml for backcompat With the new Whitelist implementation, the `subdomains="true"` flag for the whitelist is being ignored even though the attribute is still parsed from XML and passed around our code. I think that we might as well allow this flag for backwards compatibility. https://issues.apache.org/jira/browse/CB-4096 You can merge this pull request into a Git repository by running: $ git pull https://github.com/mbillau/cordova-android CB-4096 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-android/pull/95.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 #95 ---- commit b95d729312ef00f59c75e43d73a73818cadd8761 Author: mbillau Date: 2014-03-19T18:21:08Z Allow subdomains flag in Whitelist xml for backcompat ---- --- 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. ---