Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 978B0D801 for ; Tue, 17 Jul 2012 18:01:36 +0000 (UTC) Received: (qmail 76225 invoked by uid 500); 17 Jul 2012 18:01:36 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 76176 invoked by uid 500); 17 Jul 2012 18:01:36 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 76109 invoked by uid 99); 17 Jul 2012 18:01:36 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2012 18:01:36 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 078CA141BF8 for ; Tue, 17 Jul 2012 18:01:36 +0000 (UTC) Date: Tue, 17 Jul 2012 18:01:36 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <99395771.64940.1342548096032.JavaMail.jiratomcat@issues-vm> In-Reply-To: <168763175.10875.1339559982553.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CB-907) Wrong URL encoding when downloading/uploading files from/to URLs with Unicode characters in the path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-907?page=3Dcom.atlassian.jir= a.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13416408= #comment-13416408 ]=20 Shazron Abdullah commented on CB-907: ------------------------------------- The space issue should be fixed in 2.0.0rc1 or greater, the new unit tests = are already testing (and they pass) for this case. =20 > Wrong URL encoding when downloading/uploading files from/to URLs with Uni= code characters in the path > -------------------------------------------------------------------------= --------------------------- > > Key: CB-907 > URL: https://issues.apache.org/jira/browse/CB-907 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 1.7.0 > Environment: iOS 5 on iPad 2 and 3 > Reporter: William Wong > Assignee: Shazron Abdullah > Fix For: 1.9.0 > > > Repro: > - Download files thru either FileTransfer.download or jQuery.ajax, with U= nicode characters in the URL > -- e.g. $.ajax('http://dummy.org/=E4=B8=AD=E6=96=87=E5=90=8D.txt'); > Expect: > - It will download http://dummy.org/%E4%B8%AD%E6%96%87%E5%90%8D.txt > Actual: > - It downloads http://dummy.org/%C3%A4%C2%B8%C2%AD%C3%A6%E2%80%93%E2%80%A= 1%C3%A5%C2%90%C2%8D.txt > I tested it on Mobile Safari and the URL encoding done is correct. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira