breautek commented on issue #1496: URL: https://github.com/apache/cordova-android/issues/1496#issuecomment-1253063116
@erisu @jcesarmobile @NiklasMerz Would be interested in your feedback on this. I'm not particularly sure why the file transfer plugin is receiving a `http://` or `https://` uri for the target destination when downloading files, but it kinda feels wrong to me. **but**: the `http://localhost/__cdvfile_persistent__` url is suppose to be the "cdvfile:" replacement and suppose to map to a local filesystem. So a solution could be to add support for `http` / `https` schemes, but only if the path contains one of these special `__cdvfile_` urls. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
