Re: File transfer and HTTP caching

2014-06-16 Thread Javier Puerto
I've created a test case for the caching problem that works fine with my patched plugin. The problem is that with the unpatched plugin versoin, the test doesn't works because the getMetadata method (nor getFile) it's working if the file was corrupted by the bug. The method is not executed at all, s

File transfer and HTTP caching

2014-06-12 Thread Javier Puerto
Hi all cordova developers, I'm working on a project based on the Apache Cordova framework. Using the file-transfer plugin I've noticed that the behaviour for HTTP cached resources is not correct. I've opened an issue explaining the problem https://issues.apache.org/jira/browse/CB-6928 I've also