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 1f8874c269
commit 9cb8bf97c9

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)