Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 2405 invoked from network); 6 Apr 2007 00:53:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2007 00:53:21 -0000 Received: (qmail 32974 invoked by uid 500); 6 Apr 2007 00:53:28 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 32887 invoked by uid 500); 6 Apr 2007 00:53:28 -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 32878 invoked by uid 99); 6 Apr 2007 00:53:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 17:53:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of m.v.lunteren@gmail.com designates 209.85.132.246 as permitted sender) Received: from [209.85.132.246] (HELO an-out-0708.google.com) (209.85.132.246) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 17:53:20 -0700 Received: by an-out-0708.google.com with SMTP id c25so899733ana for ; Thu, 05 Apr 2007 17:52:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sPCKU2C1kcvfzZSkYMwtO4hEVXAf64u+fTksj/gLWKTbalL8OYUEzMIv9hB9F7yDfXS1IE+XqXjg4xgYQoa0qC6RVr3fMIBXXXAqFDVWA5fZsYjrjgKv5oosSJCeDWty2WzxPSdv1dXlmlB4jRVQpJtMQomX/7V292w2v9Jb1pg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U6ddPcjH+yASLbIyRmSSmZRFp6Y/zpLdnb+yLZNTwICgqzeWe5+hNfIQeLFEQbc/Md5qOtE4KNd/RWI92F4iNEpJqwqF9b4LJHISivoCrgJq3oHZ+lDR0tsANMZK24kYO5DAXAWrG9Iz3cuMACGsD2WygoyMIzcglfuhJbnW+wU= Received: by 10.100.37.4 with SMTP id k4mr1794570ank.1175820779926; Thu, 05 Apr 2007 17:52:59 -0700 (PDT) Received: by 10.100.47.11 with HTTP; Thu, 5 Apr 2007 17:52:59 -0700 (PDT) Message-ID: Date: Thu, 5 Apr 2007 17:52:59 -0700 From: "Myrna van Lunteren" To: derby-dev@db.apache.org Subject: Re: [jira] Commented: (DERBY-1054) Starting Derby with the NetServlet inside of tomcat does not allow binding to non localhost interface. In-Reply-To: <9395598.1175783492459.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <358850745.1140828054433.JavaMail.jira@ajax.apache.org> <9395598.1175783492459.JavaMail.jira@brutus> X-Virus-Checked: Checked by ClamAV on apache.org n 4/5/07, Bryan Pendleton (JIRA) wrote: > > [ https://issues.apache.org/jira/browse/DERBY-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486977 ] > > Bryan Pendleton commented on DERBY-1054: > ---------------------------------------- > > Are there tests in our test suite for NetServlet? > I don't think so. I've tested it manually for 10.1 and 10.2 - i.e. bring up the servlet in some version of tomcat, check all the options, and ensure it all looks ok. Also, at some point I have brought it up in a browser set to a different language (Probably Brazilian/Portuguese, for we had some changes to the servlet for that language). Finally I have done accessibility testing on it - listen to the text being read in a screen reader. I am also wondering if allowing remote servers to get started - and stopped - would pose a security risk. Unless the app server is started with security manager, I guess. I admit, I always interpreted the servlet more in the line of a demo than a heavy-weight tool. Myrna