Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 9689 invoked by uid 6000); 12 Nov 1997 15:12:04 -0000 Received: (qmail 9682 invoked from network); 12 Nov 1997 15:12:02 -0000 Received: from thoth.mch.sni.de (192.35.17.2) by taz.hyperreal.org with SMTP; 12 Nov 1997 15:12:02 -0000 Received: from deejai.mch.sni.de (deejai.mch.sni.de [139.25.113.10]) by thoth.mch.sni.de (8.8.8/8.8.8) with ESMTP id QAA25713 for ; Wed, 12 Nov 1997 16:12:00 +0100 (MET) Received: (from martin@localhost) by deejai.mch.sni.de (8.8.7/8.8.7) id QAA04446; Wed, 12 Nov 1997 16:11:57 +0100 (MET) Message-ID: <19971112161154.33299@deejai.mch.sni.de> Date: Wed, 12 Nov 1997 16:11:54 +0100 From: Martin Kraemer To: new-httpd@apache.org Subject: Re: [PATCH] ReadmeName and !FancyIndexing (PR#1373) References: <009BD24FB302B536.9A12@PROCESS.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <009BD24FB302B536.9A12@PROCESS.COM>; from Rodent of Unusual Size on Tue, Nov 11, 1997 at 05:28:00PM -0400 Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Tue, Nov 11, 1997 at 05:28:00PM -0400, Rodent of Unusual Size wrote: > Here's a fix for PR #1373. It makes sure that the file specified by > ReadmeName is displayed in normal AND fancy directory listings. -1 -- not for the README display though, but for the . The at this position is bogus and should be deleted completely. The correct appears at line 909 already. Martin > Index: modules/standard/mod_autoindex.c > - else { > - rputs("", r); > - } > + if (!(autoindex_opts & FANCY_INDEXING)) { > + rputs("", r); > + } -- | S I E M E N S | | Siemens Nixdorf | ------------- | Voice: +49-89-636-46021 | Informationssysteme AG | N I X D O R F | FAX: +49-89-636-44994 | 81730 Munich, Germany ~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request