Add comment on future issue for apps with 'synthetic' dirs.
This commit is contained in:
parent
e4c517160f
commit
e8707b03af
@ -173,7 +173,7 @@ if(~ $req_path */index)
|
|||||||
if(~ $local_path */) {
|
if(~ $local_path */) {
|
||||||
if(test -d $local_path)
|
if(test -d $local_path)
|
||||||
local_path=$local_path^'index'
|
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,/+$,,'}
|
perm_redirect `{echo $req_path|sed 's,/+$,,'}
|
||||||
}
|
}
|
||||||
if not if(test -d $local_path)
|
if not if(test -d $local_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user