Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4917710547 for ; Fri, 20 Sep 2013 12:05:08 +0000 (UTC) Received: (qmail 88138 invoked by uid 500); 20 Sep 2013 12:05:06 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 87875 invoked by uid 500); 20 Sep 2013 12:04:56 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 87835 invoked by uid 99); 20 Sep 2013 12:04:56 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 12:04:56 +0000 Date: Fri, 20 Sep 2013 12:04:55 +0000 (UTC) From: "Ivo Stoilov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-4884) FileTransfer caches resources on download on iOS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ivo Stoilov created CB-4884: ------------------------------- Summary: FileTransfer caches resources on download on iOS Key: CB-4884 URL: https://issues.apache.org/jira/browse/CB-4884 Project: Apache Cordova Issue Type: Bug Components: Plugin File Transfer Affects Versions: 3.0.0 Environment: iOS 5.x and above Reporter: Ivo Stoilov FileTransfer uses default caching policy which causes all downloaded resources to be cached locally, so it makes updating of the server resources impossible. I have tried with NSURLRequestReloadIgnoringLocalAndRemoteCacheData and it works as expected. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira