You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jan Piotrowski (Sujan) (JIRA)" <ji...@apache.org> on 2018/02/20 10:59:00 UTC

[jira] [Created] (CB-13905) [Windows] Tests with external URLs fail because of `http://`

Jan Piotrowski (Sujan) created CB-13905:
-------------------------------------------

             Summary: [Windows] Tests with external URLs fail because of `http://`
                 Key: CB-13905
                 URL: https://issues.apache.org/jira/browse/CB-13905
             Project: Apache Cordova
          Issue Type: Bug
          Components: cordova-mobile-spec
            Reporter: Jan Piotrowski (Sujan)
         Attachments: image-2018-02-20-11-57-42-825.png

Creating a mobile-spec project for Windows with:
{code}
 ./cordova-mobile-spec/createmobilespec/createmobilespec.js --windows --forceplugins
{code}
shows lots of errors like these during creation:
{code}
Access rules must begin with "https://", the following rule will be ignored: http://audio.ibeat.org
Access rules must begin with "https://", the following rule will be ignored: http://whatheaders.com
Access rules must begin with "https://", the following rule will be ignored: http://*.apache.org
Access rules must begin with "https://", the following rule will be ignored: http://www.google.com
Access rules must begin with "https://", the following rule will be ignored: http://google.co.uk
Access rules must begin with "https://", the following rule will be ignored: http://techslides.com
Access rules must begin with "https://", the following rule will be ignored: httpssss://example.com
The following navigation rule had an invalid URI scheme and will be ignored: "httpssss://example.com".
The following navigation rule had an invalid URI scheme and will be ignored: "cdvfile:*".
The following navigation rule had an invalid URI scheme and will be ignored: "data:*".
Access rules must begin with "https://", the following rule will be ignored: http://audio.ibeat.org
Access rules must begin with "https://", the following rule will be ignored: http://whatheaders.com
Access rules must begin with "https://", the following rule will be ignored: http://*.apache.org
Access rules must begin with "https://", the following rule will be ignored: http://www.google.com
Access rules must begin with "https://", the following rule will be ignored: http://google.co.uk
Access rules must begin with "https://", the following rule will be ignored: http://techslides.com
Access rules must begin with "https://", the following rule will be ignored: httpssss://example.com
{code}

Those also repeat when running the created project with `cordova run windows --archs=x86`:

{code}
Access rules must begin with "https://", the following rule will be ignored: http://audio.ibeat.org
Access rules must begin with "https://", the following rule will be ignored: http://whatheaders.com
Access rules must begin with "https://", the following rule will be ignored: http://*.apache.org
Access rules must begin with "https://", the following rule will be ignored: http://www.google.com
Access rules must begin with "https://", the following rule will be ignored: http://google.co.uk
Access rules must begin with "https://", the following rule will be ignored: http://techslides.com
Access rules must begin with "https://", the following rule will be ignored: httpssss://example.com
The following navigation rule had an invalid URI scheme and will be ignored: "httpssss://example.com".
The following navigation rule had an invalid URI scheme and will be ignored: "cdvfile:*".
The following navigation rule had an invalid URI scheme and will be ignored: "data:*".
Access rules must begin with "https://", the following rule will be ignored: http://audio.ibeat.org
Access rules must begin with "https://", the following rule will be ignored: http://whatheaders.com
Access rules must begin with "https://", the following rule will be ignored: http://*.apache.org
Access rules must begin with "https://", the following rule will be ignored: http://www.google.com
Access rules must begin with "https://", the following rule will be ignored: http://google.co.uk
Access rules must begin with "https://", the following rule will be ignored: http://techslides.com
Access rules must begin with "https://", the following rule will be ignored: httpssss://example.com
Tests will use the following file transfer server address: http://rwswbpiopr.localtunnel.me
{code}

And as a result the automates tests using those URLs also fail:
 !image-2018-02-20-11-57-42-825.png! 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org