From 9cb8bf97c9ea0b31160b5f1926dedb6a83d1eb92 Mon Sep 17 00:00:00 2001 From: Uriel Date: Fri, 16 Jan 2009 03:18:10 +0100 Subject: [PATCH] Add comment on future issue for apps with 'synthetic' dirs. --- bin/werc.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/werc.rc b/bin/werc.rc index f09f410..efc9d3e 100755 --- a/bin/werc.rc +++ b/bin/werc.rc @@ -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)