[jira] [Updated] (CB-10069) Using either file:/// or cdvfile:// as the causes errors

2016-01-08 Thread Nikhil Khandelwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nikhil Khandelwal updated CB-10069:
---
Priority: Minor  (was: Blocker)

> Using either file:/// or cdvfile:// as the  causes errors
> -
>
> Key: CB-10069
> URL: https://issues.apache.org/jira/browse/CB-10069
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 5.4.0
> Environment: Windows, Cordova Whitelist, Cordova File, Cordova File 
> Transfer
>Reporter: Katie Egervari
>Priority: Minor
>  Labels: Windows10, triaged, wfc
>
> Trying to load an image from the local filesystem using fileEntry.toURL() 
> does not work (I have tried toInternalURL() and toNativeURL() as well). In 
> Chrome, it says:
>  Not allowed to load local resource: 
> file:///persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
> When trying to use the cdvfile:// address instead results in this error:
>  
> cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b:1
>  GET 
> cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
>  net::ERR_UNKNOWN_URL_SCHEME
> I have tried countless configurations of whitelist and/or the content 
> security policy. My current configurations (but this is NOT limited to what I 
> have actually tried) are:
> http://*/*"/>
> 
> 
> http://*/*; />
> https://*/*; />
> 
> 
> http://*/*; />
> https://*/*; />
> 
> 
> And
>content="default-src * 'unsafe-inline' 'unsafe-eval'">
> I really need help with this one, as this is blocking me finishing my 
> project. This application has to run standalone, and we have to download 
> images dynamically, put them on the local file system of the device, and then 
> show them in image tags when disconnected from the network.
> Thank you.
> Katie



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10069) Using either file:/// or cdvfile:// as the causes errors

2016-01-08 Thread Nikhil Khandelwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nikhil Khandelwal updated CB-10069:
---
Labels: Windows10 triaged wfc  (was: Windows10)

> Using either file:/// or cdvfile:// as the  causes errors
> -
>
> Key: CB-10069
> URL: https://issues.apache.org/jira/browse/CB-10069
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 5.4.0
> Environment: Windows, Cordova Whitelist, Cordova File, Cordova File 
> Transfer
>Reporter: Katie Egervari
>Priority: Minor
>  Labels: Windows10, triaged, wfc
>
> Trying to load an image from the local filesystem using fileEntry.toURL() 
> does not work (I have tried toInternalURL() and toNativeURL() as well). In 
> Chrome, it says:
>  Not allowed to load local resource: 
> file:///persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
> When trying to use the cdvfile:// address instead results in this error:
>  
> cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b:1
>  GET 
> cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
>  net::ERR_UNKNOWN_URL_SCHEME
> I have tried countless configurations of whitelist and/or the content 
> security policy. My current configurations (but this is NOT limited to what I 
> have actually tried) are:
> http://*/*"/>
> 
> 
> http://*/*; />
> https://*/*; />
> 
> 
> http://*/*; />
> https://*/*; />
> 
> 
> And
>content="default-src * 'unsafe-inline' 'unsafe-eval'">
> I really need help with this one, as this is blocking me finishing my 
> project. This application has to run standalone, and we have to download 
> images dynamically, put them on the local file system of the device, and then 
> show them in image tags when disconnected from the network.
> Thank you.
> Katie



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10069) Using either file:/// or cdvfile:// as the causes errors

2015-11-24 Thread Katie Egervari (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Katie Egervari updated CB-10069:

Description: 
Trying to load an image from the local filesystem using fileEntry.toURL() does 
not work (I have tried toInternalURL() and toNativeURL() as well). In Chrome, 
it says:

 Not allowed to load local resource: 
file:///persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b

When trying to use the cdvfile:// address instead results in this error:

 
cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b:1
 GET 
cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
 net::ERR_UNKNOWN_URL_SCHEME

I have tried countless configurations of whitelist and/or the content security 
policy. My current configurations (but this is NOT limited to what I have 
actually tried) are:

http://*/*"/>


http://*/*; />
https://*/*; />


http://*/*; />
https://*/*; />



And



I really need help with this one, as this is blocking me finishing my project. 
This application has to run standalone, and we have to download images 
dynamically, put them on the local file system of the device, and then show 
them in image tags when disconnected from the network.

Thank you.

Katie

  was:
Trying to load an image from the local filesystem using fileEntry.toURL() does 
not work (I have tried toInternalURL() and toNativeURL() as well). In Chrome, 
it says:

Not allowed to load local resource: 
file:///persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b

When trying to use the cdvfile:// address instead results in this error:

cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b:1
 GET 
cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
 net::ERR_UNKNOWN_URL_SCHEME

I have tried countless configurations of whitelist and/or the content security 
policy. My current configurations (but this is NOT limited to what I have 
actually tried) are:

http://*/*"/>


http://*/*; />
https://*/*; />


http://*/*; />
https://*/*; />



And



I really need help with this one, as this is blocking me finishing my project. 
This application has to run standalone, and we have to download images 
dynamically, put them on the local file system of the device, and then show 
them in image tags when disconnected from the network.

Thank you.

Katie


> Using either file:/// or cdvfile:// as the  causes errors
> -
>
> Key: CB-10069
> URL: https://issues.apache.org/jira/browse/CB-10069
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 5.4.0
> Environment: Windows, Cordova Whitelist, Cordova File, Cordova File 
> Transfer
>Reporter: Katie Egervari
>Priority: Blocker
>
> Trying to load an image from the local filesystem using fileEntry.toURL() 
> does not work (I have tried toInternalURL() and toNativeURL() as well). In 
> Chrome, it says:
>  Not allowed to load local resource: 
> file:///persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
> When trying to use the cdvfile:// address instead results in this error:
>  
> cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b:1
>  GET 
> cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
>  net::ERR_UNKNOWN_URL_SCHEME
> I have tried countless configurations of whitelist and/or the content 
> security policy. My current configurations (but this is NOT limited to what I 
> have actually tried) are:
> http://*/*"/>
> 
> 
> http://*/*; />
> https://*/*; />
> 
> 
> http://*/*; />
> https://*/*; />
> 
> 
> And
>content="default-src * 'unsafe-inline' 'unsafe-eval'">
> I really need help with this one, as this is blocking me finishing my 
> project. This application has to run standalone, and we have to download 
> images dynamically, put them on the local file system of the device, and then 
> show them in image tags when disconnected from the network.
> Thank you.
> Katie



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Updated] (CB-10069) Using either file:/// or cdvfile:// as the causes errors

2015-11-24 Thread Katie Egervari (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-10069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Katie Egervari updated CB-10069:

Description: 
Trying to load an image from the local filesystem using fileEntry.toURL() does 
not work (I have tried toInternalURL() and toNativeURL() as well). In Chrome, 
it says:

Not allowed to load local resource: 
file:///persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b

When trying to use the cdvfile:// address instead results in this error:

cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b:1
 GET 
cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
 net::ERR_UNKNOWN_URL_SCHEME

I have tried countless configurations of whitelist and/or the content security 
policy. My current configurations (but this is NOT limited to what I have 
actually tried) are:

http://*/*"/>


http://*/*; />
https://*/*; />


http://*/*; />
https://*/*; />



And



I really need help with this one, as this is blocking me finishing my project. 
This application has to run standalone, and we have to download images 
dynamically, put them on the local file system of the device, and then show 
them in image tags when disconnected from the network.

Thank you.

Katie

  was:
Trying to load an image from the local filesystem using fileEntry.toURL() does 
not work. In Chrome, it says:

Not allowed to load local resource: 
file:///persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b

When trying to use the cdvfile:// address instead results in this error:

cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b:1
 GET 
cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
 net::ERR_UNKNOWN_URL_SCHEME

I have tried countless configurations of whitelist and/or the content security 
policy. My current configurations (but this is NOT limited to what I have 
actually tried) are:

http://*/*"/>


http://*/*; />
https://*/*; />


http://*/*; />
https://*/*; />



And



I really need help with this one, as this is blocking me finishing my project. 
This application has to run standalone, and we have to download images 
dynamically, put them on the local file system of the device, and then show 
them in image tags when disconnected from the network.

Thank you.

Katie


> Using either file:/// or cdvfile:// as the  causes errors
> -
>
> Key: CB-10069
> URL: https://issues.apache.org/jira/browse/CB-10069
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 5.4.0
> Environment: Windows, Cordova Whitelist, Cordova File, Cordova File 
> Transfer
>Reporter: Katie Egervari
>Priority: Blocker
>
> Trying to load an image from the local filesystem using fileEntry.toURL() 
> does not work (I have tried toInternalURL() and toNativeURL() as well). In 
> Chrome, it says:
> Not allowed to load local resource: 
> file:///persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
> When trying to use the cdvfile:// address instead results in this error:
> cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b:1
>  GET 
> cdvfile://localhost/persistent/spotlight5/image_8a8a8a4c45698eba01456b127db5015b
>  net::ERR_UNKNOWN_URL_SCHEME
> I have tried countless configurations of whitelist and/or the content 
> security policy. My current configurations (but this is NOT limited to what I 
> have actually tried) are:
> http://*/*"/>
> 
> 
> http://*/*; />
> https://*/*; />
> 
> 
> http://*/*; />
> https://*/*; />
> 
> 
> And
>content="default-src * 'unsafe-inline' 'unsafe-eval'">
> I really need help with this one, as this is blocking me finishing my 
> project. This application has to run standalone, and we have to download 
> images dynamically, put them on the local file system of the device, and then 
> show them in image tags when disconnected from the network.
> Thank you.
> Katie



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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