Remove no longer correct assertion about paths
authorPaul Crowley <paul@lshift.net>
Tue, 13 Oct 2009 13:15:34 +0100
changeset 114 241475f6440c
parent 113 dd545202d663
child 115 731a72b742db
child 117 b6b8a5daf0f4
Remove no longer correct assertion about paths
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.