Re: mod_dav_svn changing the request filename - interaction with mod_rewrite

2013-12-12 Thread Thomas Åkesson
On 11 dec 2013, at 22:22, Ben Reser b...@reser.org wrote: On 12/11/13 10:45 AM, Ben Reser wrote: Hmm this is going to be a pain to fix (possibly impossible). Because what mod_rewrite is doing is really hackish. When you use the PT (PassThrough) flag mod_rewrite puts

Re: mod_dav_svn changing the request filename - interaction with mod_rewrite

2013-12-12 Thread Ben Reser
On 12/12/13 6:39 AM, Thomas Åkesson wrote: I am not very familiar with httpd internals, but I would have expected that PT flag would cause a completely new round of translate_name and map_to_storage (i.e. one round with original url and one round with rewritten url). Have you confirmed that