You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/02/09 19:20:01 UTC

[Bug 60719] New: Incremental IndexOptions in global server context are ignored

https://bz.apache.org/bugzilla/show_bug.cgi?id=60719

            Bug ID: 60719
           Summary: Incremental IndexOptions in global server context are
                    ignored
           Product: Apache httpd-2
           Version: 2.4.25
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_autoindex
          Assignee: bugs@httpd.apache.org
          Reporter: sf@sfritsch.de
  Target Milestone: ---

If you have something like

  IndexOptions FancyIndexing
  IndexOptions +SuppressDescription

the second line is ignored.

The reason seems to be that incremented_opts/decremented_opts are only
added/removed to opts if the config is merged into another config. But the
global server config is never merged into something else.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 60719] Incremental IndexOptions in global server context are ignored

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60719

Szőgyényi Gábor <sz...@freemail.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |szg0000@freemail.hu

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 60719] Incremental IndexOptions in global server context are ignored

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60719

--- Comment #1 from Stefan Fritsch <sf...@sfritsch.de> ---
As a work-around,

  IndexOptions FancyIndexing
  IndexOptions SuppressDescription

works. Though if the config is spread through many config files, it may be
non-obvious that the lines are in the same context (global server config).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org