Add comment on future issue for apps with 'synthetic' dirs.
This commit is contained in:
parent
1f8874c269
commit
9cb8bf97c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue