# HG changeset patch # User Paul Crowley # Date 1255436134 -3600 # Node ID 241475f6440ca676b858edd9a6b12e75188eb873 # Parent dd545202d663ef285f8c092de20fffde96c1949a Remove no longer correct assertion about paths 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.