diff -r dd545202d663 -r 241475f6440c doc/configuring-access --- a/doc/configuring-access Tue Oct 13 12:23:41 2009 +0100 +++ b/doc/configuring-access Tue Oct 13 13:15:34 2009 +0100 @@ -27,10 +27,9 @@ to determine whether an action is allowed. If no rule is matched the request is denied. -Paths cannot contain any special characters except "/"; glob patterns -cannot contain any special characters except "/" and "*". "*" matches zero -or more characters not including "/" while "**" matches zero or more -characters including "/". +"*" only matches one directory level, where "**" matches as many as you +want. More precisely, "*" matches zero or more characters not including "/" +while "**" matches zero or more characters including "/". Blank lines and lines that start with "#" are ignored.