You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2022/09/24 13:14:33 UTC

svn commit: r1904242 - /jackrabbit/site/trunk/src/site/markdown/node-type-notation.md

Author: reschke
Date: Sat Sep 24 13:14:32 2022
New Revision: 1904242

URL: http://svn.apache.org/viewvc?rev=1904242&view=rev
Log:
JCR-4848: CND documentation incorrectly claims that namespace name is unconstrained

Modified:
    jackrabbit/site/trunk/src/site/markdown/node-type-notation.md

Modified: jackrabbit/site/trunk/src/site/markdown/node-type-notation.md
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/src/site/markdown/node-type-notation.md?rev=1904242&r1=1904241&r2=1904242&view=diff
==============================================================================
--- jackrabbit/site/trunk/src/site/markdown/node-type-notation.md (original)
+++ jackrabbit/site/trunk/src/site/markdown/node-type-notation.md Sat Sep 24 13:14:32 2022
@@ -184,6 +184,8 @@ valid JCR namespace prefix, which is the
 prefix. The URI can in fact be any string. Just as in XML, it need not
 actually be a URI, though adhering to that convention is recommended.
 
+Note: failure to use an absolute URI as specified in [Section 3 of JCR 2.0](https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/2.0/3_Repository_Model.html)
+will create issues when code relies on "expanded name" notation (which may fail to work with Strings that are not absolute URIs).
 
 ### Node Type Definition