https://bz.apache.org/bugzilla/show_bug.cgi?id=53669
Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Resolution|--- |FIXED Status|NEW |RESOLVED Component|mod_autoindex |Documentation --- Comment #2 from Rich Bowen <[email protected]> --- Fixed in r1933762 (trunk) and r1933763 (2.4.x). Clarified that when an unprefixed IndexOptions keyword clears inherited settings, options that take a value (Charset, Type, DescriptionWidth, NameWidth, IconWidth, IconHeight) are inherited independently and are not affected by the clearing. Verified in mod_autoindex.c: the merge function (L704-710) only clears the boolean opts bitmask, while =value parameters are handled separately with independent K_UNSET inheritance checks (L718-742). Also noting that the "None" option (comment #1) is already documented in the current docs. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
