You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Mikael Willberg <ty...@uta.fi> on 1997/09/09 15:30:04 UTC

mod_dir/1106: FancyIndexing vs. IndexOptions

>Number:         1106
>Category:       mod_dir
>Synopsis:       FancyIndexing vs. IndexOptions
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Sep  9 06:30:03 1997
>Originator:     tymiwi@uta.fi
>Organization:
apache
>Release:        1.2.4
>Environment:
Linux fortunella 2.0.30 #5 Tue Aug 26 15:58:39 EET DST 1997 i586 unknown
gcc version 2.7.2.1
>Description:
NOTE: (global) does not appear on the real configuration. It
just means that the line is not inside any of the directives
like <directory>

------------------------------------------------------------
FancyIndexing on (global)

<directory /muffa>
IndexOptions SuppressDescription
</direcory>
------------------------------------------------------------

FancyIndexing directive overrides the options from
IndexOptions directive, so that only FancyIndexing option
is set. Ok, let's add another line to configuration

------------------------------------------------------------
IndexOptions SuppressDescription (global)
------------------------------------------------------------

Still the IndexOptions are overridden.

The only way to get it to work is to remove (comment out)
the FancyIndexing directive.

I wonder why there's is FancyIndexing directive in
the first place, the same thing can be achieved using:

IndexOptions FancyIndexing (global)

right ?

I think that overlapping directives are not so good idea
after all. So I propose that FancyIndexing directive will
get removed if the speculation earlier is confirmed to be
accurate.

Ah, one more thing, is it possible that this "bug" bite
the person who wrote PR#431...


Mig (who is not low on caffeine 8-)

ps. Why this textarea on www report-form is so damn small ?
    More lines, thank you.
>How-To-Repeat:
-
>Fix:

>Audit-Trail:
>Unformatted: