Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 17698 invoked by uid 6000); 2 Feb 1998 23:26:52 -0000 Received: (qmail 17687 invoked from network); 2 Feb 1998 23:26:51 -0000 Received: from valis.worldgate.com (marcs@198.161.84.2) by taz.hyperreal.org with SMTP; 2 Feb 1998 23:26:51 -0000 Received: from localhost (marcs@localhost) by valis.worldgate.com (8.8.7/8.8.7) with SMTP id QAA05243 for ; Mon, 2 Feb 1998 16:26:46 -0700 (MST) Date: Mon, 2 Feb 1998 16:26:46 -0700 (MST) From: Marc Slemko To: new-httpd@apache.org Subject: Re: cvs commit: apache-1.3/src/main http_vhost.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Mon, 2 Feb 1998, Dean Gaudet wrote: > > > On Mon, 2 Feb 1998, Marc Slemko wrote: > > > "nslookup valis." should fail even though "nslookup valis" works. > > "nslookup valid." should fail, because the trailing . is an anchor to the > root, it avoids local search rules. Exactly, but the point is that to preserve this you can't just strip trailing '.'s. > > > "nslookup valis.worldgate.com" and "nslookup valis.worldgate.com." should > > do the same thing. > > Dean >