----- Original Message -----
> > 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.
> 

mod_rewrite changes only r->filename and keeps r->uri unchanged in fixup 
function.
I have no idea if that's correct behaviour right now.

Regards,
Jan Kaluza

Reply via email to