Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 35951 invoked from network); 9 Sep 2010 18:55:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Sep 2010 18:55:13 -0000 Received: (qmail 89332 invoked by uid 500); 9 Sep 2010 18:55:13 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 89037 invoked by uid 500); 9 Sep 2010 18:55:13 -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 89030 invoked by uid 99); 9 Sep 2010 18:55:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 18:55:12 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 18:54:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o89IsXs3023512 for ; Thu, 9 Sep 2010 18:54:34 GMT Message-ID: <22258757.100521284058473656.JavaMail.jira@thor> Date: Thu, 9 Sep 2010 14:54:33 -0400 (EDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4786) Shutdown command without username and password should work with mixed client and network server releases. In-Reply-To: <4979373.98611283281133984.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907727#action_12907727 ] Knut Anders Hatlen commented on DERBY-4786: ------------------------------------------- The compatibility tests are run in the Ole's nightly tests: http://dbtg.foundry.sun.com/derby/test/Daily/jvm1.6/testing/Limited/compatibility_history.html > Shutdown command without username and password should work with mixed client and network server releases. > --------------------------------------------------------------------------------------------------------- > > Key: DERBY-4786 > URL: https://issues.apache.org/jira/browse/DERBY-4786 > Project: Derby > Issue Type: Bug > Components: Network Client, Network Server > Affects Versions: 10.4.1.3, 10.4.2.0, 10.5.1.1, 10.6.1.0 > Reporter: Mamta A. Satoor > Assignee: Mamta A. Satoor > Attachments: DERBY4786_patch1_diff.txt, DERBY4786_patch2_diff.txt > > > DERBY-2109 introduced optional parameters username and password to the shutdown command. But with this fix, the existing shutdown command which does not use username and password stopped working from client with DERBY-2109 changes against a network server without DERBY-2109 changes. > This jira is to ensure that existing shutdown command without user name and password still works fine between different releases of client and network server(with or without DERBY-2109). The new shutdown command introduced by DERBY-2109 will work obviosuly only on client and server with DERBY-2109 changes. For client/server not with DERBY-2109 changes attempting to user use name and password will get an error. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.