Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 69390 invoked from network); 23 Jun 2008 12:43:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jun 2008 12:43:09 -0000 Received: (qmail 82114 invoked by uid 500); 23 Jun 2008 12:43:11 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 82014 invoked by uid 500); 23 Jun 2008 12:43:10 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 82000 invoked by uid 99); 23 Jun 2008 12:43:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 05:43:10 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 12:42:25 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 399B7234C152 for ; Mon, 23 Jun 2008 05:42:45 -0700 (PDT) Message-ID: <559672117.1214224965235.JavaMail.jira@brutus> Date: Mon, 23 Jun 2008 05:42:45 -0700 (PDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-5414) java.util.Properties.load() decodes invalid unicode sequences In-Reply-To: <16845505.1201027114400.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison closed HARMONY-5414. -------------------------------- No response, assuming the fix is ok. > java.util.Properties.load() decodes invalid unicode sequences > ------------------------------------------------------------- > > Key: HARMONY-5414 > URL: https://issues.apache.org/jira/browse/HARMONY-5414 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Dain Sundstrom > Assignee: Tim Ellison > Attachments: harmony-5414.patch, PropertiesTest.java > > > The load method on java.util.Properties will decode invalid unicode sequences like "\u123". After checking the spec regarding escaped unicode characters the sequence must contain exactly 4 hex digits. > I found this while writing an extension to the Properties object based on the Harmony code base. The test attached to this issue also shows a few inconsistencies with the Sun vm that may be bugs also. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.