Add comment on future issue for apps with 'synthetic' dirs.

This commit is contained in:
uriel 2009-01-16 03:18:10 +01:00
parent e4c517160f
commit e8707b03af

View File

@ -173,7 +173,7 @@ if(~ $req_path */index)
if(~ $local_path */) {
if(test -d $local_path)
local_path=$local_path^'index'
if not
if not # XXX: This redir might step on apps with synthetic dirs.
perm_redirect `{echo $req_path|sed 's,/+$,,'}
}
if not if(test -d $local_path)