> I'm trying to fix PR 53929 with attached patch. Normally r->uri and > r->filename ends with "/" in the case of directory request. If mod_rewrite > rewrites URL in hook_fixup, it changes r->filename. In this patch, I check > if the r->filename still ends with "/" and if not, return DECLINED in > mod_dir fixup hook.
Hope to look more this weekend, but I was surprised in context that we wouldn't hit the DirectorySlash case just above where your patch kicks in. Doesn't rewrite change both in fixups? Just asking in case you've explored this already -- thanks.
