patch

Anonymous, 03/28/2012 05:57 PM

Download (529 Bytes)

 
1
Index: specification.rst
2
===================================================================
3
--- specification.rst	(Revision 3497)
4
+++ specification.rst	(Arbeitskopie)
5
@@ -15,7 +15,7 @@
6
 
7
 There is a string-based notation for scopes:
8
 ``/parent/sub/subsubscope/``. A scope is valid if it matches the
9
-regular expression: ``/([a-zA-Z0-9]+/)*``.
10
+regular expression: ``/([a-z0-9]+/)*``.
11
 
12
 .. _specification-uris:
13
 
14
@@ -25,6 +25,8 @@
15
 Generic URIs
16
 ------------
17
 
18
+URIs are case insensitive.
19
+
20
 Syntax::
21
 
22
   rsb:[PATH][#FRAGMENT]