You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Richard B Knoll (JIRA)" <ji...@apache.org> on 2016/03/30 20:04:25 UTC

[jira] [Closed] (CB-10977) Overlapping permission requests in Android can cause errors

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

Richard B Knoll closed CB-10977.
--------------------------------
    Resolution: Fixed

> Overlapping permission requests in Android can cause errors
> -----------------------------------------------------------
>
>                 Key: CB-10977
>                 URL: https://issues.apache.org/jira/browse/CB-10977
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File
>         Environment: Marshmallow
>            Reporter: Richard B Knoll
>            Assignee: Richard B Knoll
>            Priority: Critical
>              Labels: android, mustfix, reproduced, triaged
>
> We use global state for permission requests in the file plugin that gets overwritten on each call to the plugin. That means that if multiple writes/reads are performed while the permission request is pending, the global state will get overwritten and callbacks will not be returned correctly. For example,
> {code}
> getFile('test1', {create:true}, function(){}, function(){});
> getDirectory('test2', {create:true}, function(){}, function(){});
> {code}
> In the above code block, only the second call ({{getDirectory}}) would get a success or error callback. Furthermore, this code will attempt to create both a directory and a file named {{test1}} because the permission callback for the first call will be executed using the arguments from the second call.



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

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