You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/26 14:48:55 UTC

[GitHub] janpio opened a new issue #157: [Windows] Tests with external URLs fail because of `http://`

janpio opened a new issue #157: [Windows] Tests with external URLs fail because of `http://`
URL: https://github.com/apache/cordova-mobile-spec/issues/157
 
 
   Migrated from https://issues.apache.org/jira/browse/CB-13905:
   
   Creating a mobile-spec project for Windows with:
   
   ` ./cordova-mobile-spec/createmobilespec/createmobilespec.js --windows --forceplugins`
   
   shows lots of errors like these during creation:
   ```
   
   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
   ```
   
   Those also repeat when running the created project with `cordova run windows --archs=x86`:
   
   ```
   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
   ```
   
   And as a result the automates tests using those URLs also fail:
   
   ![image](https://user-images.githubusercontent.com/183673/49021379-c5bfca00-f192-11e8-8abb-cd83dedc69ea.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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