Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 41724 invoked from network); 4 Nov 2010 01:40:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Nov 2010 01:40:36 -0000 Received: (qmail 87276 invoked by uid 500); 4 Nov 2010 01:41:07 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 87205 invoked by uid 500); 4 Nov 2010 01:41:07 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 87197 invoked by uid 99); 4 Nov 2010 01:41:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 01:41:07 +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, 04 Nov 2010 01:41:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA41eh2F025987 for ; Thu, 4 Nov 2010 01:40:43 GMT Message-ID: <24035219.1441288834843509.JavaMail.jira@thor> Date: Wed, 3 Nov 2010 21:40:43 -0400 (EDT) From: "Adam Kocoloski (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-933) Remove Dependancy on Inets In-Reply-To: <4164218.1381288833884397.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/COUCHDB-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928083#action_12928083 ] Adam Kocoloski commented on COUCHDB-933: ---------------------------------------- Seems good at first glance. For what it's worth, couch_log uses the httpd_util module from inets to format timestamps, so it can't be removed entirely from a standalone release built with reltool. > Remove Dependancy on Inets > -------------------------- > > Key: COUCHDB-933 > URL: https://issues.apache.org/jira/browse/COUCHDB-933 > Project: CouchDB > Issue Type: Improvement > Components: Infrastructure > Reporter: Dale Harvey > Priority: Minor > Attachments: inets.patch > > > Inets is not used internally, but is started by the application and is also used in the etap tests, switch out all uses of inets to ibrowse -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.