Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 69343 invoked from network); 3 Feb 2009 00:44:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2009 00:44:21 -0000 Received: (qmail 10479 invoked by uid 500); 3 Feb 2009 00:44:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 10445 invoked by uid 500); 3 Feb 2009 00:44:20 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 10436 invoked by uid 99); 3 Feb 2009 00:44:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2009 16:44:20 -0800 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; Tue, 03 Feb 2009 00:44:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ABF43234C4B3 for ; Mon, 2 Feb 2009 16:43:59 -0800 (PST) Message-ID: <1370030916.1233621839703.JavaMail.jira@brutus> Date: Mon, 2 Feb 2009 16:43:59 -0800 (PST) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4009) Accommodate length delimited DRDA strings where character length does not equal byte length In-Reply-To: <754494275.1231443779831.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/DERBY-4009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-4009: ---------------------------------- Component/s: Network Server Network Client > Accommodate length delimited DRDA strings where character length does not equal byte length > --------------------------------------------------------------------------------------------- > > Key: DERBY-4009 > URL: https://issues.apache.org/jira/browse/DERBY-4009 > Project: Derby > Issue Type: Sub-task > Components: Network Client, Network Server > Affects Versions: 10.5.0.0 > Reporter: Kathey Marsden > Assignee: Kathey Marsden > Priority: Minor > Attachments: derby-4009-sample_diff.txt > > > Currently the drda code in server and client assumes that the byte length of ddm parameters is equal to the character length. In the fix for DERBY-728, ddm parameters such as RDBNAM will be in UTF-8 and the character and byte length may not match. The code needs to allow for this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.