Jim Jagielski wrote: > > Likely moot right now (r779989) but +1 to either removing > APR_FNM_PERIOD or changing pattern to NULL... the APR_FNM_PERIOD > fix is likely better since the * pattern was a holder, iirc, from > the old dir glob code.
Good point; these are separate fixes, both would make sense. There's no reason to do the '*' processing in the first place. So I hear you that ls * in mod_ftp or http autoindex ?P=* should both behave as autoindex <NULL pattern> does today, displaying dot files? Other opinions before I blast FNM_PERIOD?
