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 F0FB39836 for ; Thu, 14 Jun 2012 18:14:43 +0000 (UTC) Received: (qmail 58748 invoked by uid 500); 14 Jun 2012 18:14:43 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 58705 invoked by uid 500); 14 Jun 2012 18:14:43 -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 58693 invoked by uid 99); 14 Jun 2012 18:14:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2012 18:14:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 1014714002E for ; Thu, 14 Jun 2012 18:14:43 +0000 (UTC) Date: Thu, 14 Jun 2012 18:14:42 +0000 (UTC) From: "Jesse MacFadyen (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <896005912.16443.1339697683069.JavaMail.jiratomcat@issues-vm> In-Reply-To: <2091500605.10353.1338283343581.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Resolved] (CB-838) localStorage breaks with certain characters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-838. -------------------------------- Resolution: Fixed Fix Version/s: 1.9.0 Commit is here: https://github.com/purplecabbage/incubator-cordova-js/commit/f666498b0e90562d76450048401da8973fb5d70f The following works as expected. window.localStorage.setItem("kim","kardashian !@#$%^&*(){}|:;<>?~'?&!\"\'"); var out = window.localStorage.getItem("kim"); console.log("output = " + out); > localStorage breaks with certain characters > ------------------------------------------- > > Key: CB-838 > URL: https://issues.apache.org/jira/browse/CB-838 > Project: Apache Cordova > Issue Type: Bug > Components: WP7 > Affects Versions: 1.7.0 > Reporter: Kimmo Puputti > Assignee: Jesse MacFadyen > Fix For: 1.9.0 > > > The localStorage API seems to break with quote ( ' ) and forward slash ( / ) characters in the value. > This might be an issue in the native browser view, but can it be fixed in the Cordova layer (as the iOS localStorage fix)? > More info: > https://groups.google.com/group/phonegap/browse_thread/thread/925ab19412d04e37?pli=1 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira