At 03:25 AM 11/28/2002, Francis Daly wrote: >On Wed, Nov 27, 2002 at 11:29:36AM -0600, William A. Rowe, Jr. wrote: >> Francis, to the extent you don't want to reinvent the wheel; >> >> http://cvs.apache.org/viewcvs/apache-1.3/src/modules/standard/mod_autoindex.c >> >> should help you find that patch. Because 2.0 split before the feature >> was added, we 'missed' the new feature. > >Cheers, the 1.3 code was the "heavy inspiration" for this patch. > >Attached is a patch to introduce "IgnoreCase" as an allowable >"IndexOption", restoring a function from the late 1.3 series. > >It's a fairly straightforward patch, but with one gotcha that >might be the reason why it hasn't been included prior to now: >this addition forces the 17th bit of the options to be used.
Not a problem - it's totally private to the module. +1 to this patch on concept. If nobody beats me to it, I'll apply when I have a chance to run regressions later this weekend.
