Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 86997 invoked from network); 30 Jun 2006 11:26:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2006 11:26:15 -0000 Received: (qmail 57638 invoked by uid 500); 30 Jun 2006 11:26:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 57379 invoked by uid 500); 30 Jun 2006 11:26:11 -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 57295 invoked by uid 99); 30 Jun 2006 11:26:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 04:26:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 04:26:10 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 09A35410123 for ; Fri, 30 Jun 2006 11:24:32 +0000 (GMT) Message-ID: <14420209.1151666672036.JavaMail.jira@brutus> Date: Fri, 30 Jun 2006 11:24:32 +0000 (GMT+00:00) From: "Tomohito Nakayama (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-1461) Separate writeScalarStream to methods which handle either encrypted or plain streams. In-Reply-To: <24570975.1151506710351.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1461?page=all ] Tomohito Nakayama resolved DERBY-1461: -------------------------------------- Resolution: Fixed Committed. Sending java/client/org/apache/derby/client/net/Request.java Transmitting file data . Committed revision 418240. > Separate writeScalarStream to methods which handle either encrypted or plain streams. > ------------------------------------------------------------------------------------- > > Key: DERBY-1461 > URL: http://issues.apache.org/jira/browse/DERBY-1461 > Project: Derby > Type: Sub-task > Reporter: Tomohito Nakayama > Assignee: Tomohito Nakayama > Attachments: DERBY-1461.patch > > Reading writeScalarStream in Request class, > I found it would be possible to separate this method to two methods, > one is for encrypted stream and another is for plain, > because original writeScalarStream hardly share code for encrypted and for plain. > Separating this method will help me to realize DERBY-1301 separatingly for encrypted and plain, > as I planned in http://issues.apache.org/jira/browse/DERBY-1301#action_12417684 . -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira