You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gi...@apache.org on 2022/02/04 14:10:36 UTC

[sling-site] branch asf-site updated: Automatic website deployment from https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/398/

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7cde76a  Automatic website deployment from https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/398/
7cde76a is described below

commit 7cde76ab1b3fb31792a89f2dd69a879d98fdcd9f
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Feb 4 14:10:34 2022 +0000

    Automatic website deployment from https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/398/
---
 .../bundles/repository-initialization.html         | 48 +++++++++++++++++++++-
 sitemap.xml                                        |  4 +-
 2 files changed, 49 insertions(+), 3 deletions(-)

diff --git a/documentation/bundles/repository-initialization.html b/documentation/bundles/repository-initialization.html
index 751cb7f..f3a02d0 100644
--- a/documentation/bundles/repository-initialization.html
+++ b/documentation/bundles/repository-initialization.html
@@ -640,6 +640,13 @@ set properties on /endkeyword
   set two to endS
 end
 
+set properties on /forcedMultiValue
+  set singleMultiValue{String[]} to &quot;single&quot;
+  set emptyMultiValue{String[]} to
+  set singleLongMultiValue{Long[]} to 1243
+  set emptyLongMultiValue{Long[]} to
+end
+
 set properties on /blankLinesInList
   set one to two
 
@@ -694,6 +701,45 @@ delete ACL on /, /var, /etc
 delete ACL on /content
 delete principal ACL for ada, amy
 delete principal ACL for adi
+
+# test-71.txt
+
+# Support quoted Group IDs
+create group &quot;Test Group&quot;
+create group &quot;Test Group With Spaces&quot; with path /thePathF
+delete group &quot;Test Group&quot;
+set ACL on /content
+    allow jcr:read for &quot;Test Group&quot;,user1
+end
+set ACL on /content
+    allow jcr:read for &quot;Test Group- Cool People&quot;,&quot;Test Group&quot;,user1
+end
+set ACL for user1,&quot;Test Group&quot;,u2
+    allow jcr:read on /content
+end
+set principal ACL for user1,&quot;Test Group&quot; (ACLOptions=mergePreserve)
+    remove * on /libs,/apps
+    allow jcr:read on /content
+end
+set ACL on /test (ACLOptions=merge)
+    remove * for user1,&quot;Test Group&quot;,user2
+end
+set properties on authorizable(bob), authorizable(&quot;Test Group&quot;)
+  set stringProp to &quot;hello, you again!&quot;
+end
+set properties on authorizable(bob)/nested, authorizable(&quot;Test Group&quot;)/nested
+  set stringProp to &quot;hello, you nested again!&quot;
+end
+add user1,&quot;Test Group 2000&quot;,user2 to group &quot;Parent Group&quot;
+remove user1,&quot;Test Group 2000&quot;,user2 from group &quot;Parent Group&quot;
+
+# Test other escaped characters 
+create group &quot;Tab	Group&quot;
+create group &quot;Untrimmed Group &quot;
+create group &quot; Really Untrimmed Group &quot;
+create group &quot;Group\With\Backslash&quot;
+create group &quot;Group
+Newline&quot;
 </code></pre>
 </section></div></div>                            
                         </div>
@@ -706,7 +752,7 @@ delete principal ACL for adi
                             content/documentation/bundles/repository-initialization.md
                         </a>
                     </div>                    <div class="revisionInfo">
-                        Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">2021-10-01</span>
+                        Last modified by <span class="author">Dan Klco</span> on <span class="comment">2022-02-04</span>
                     </div><p>
                         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
                     </p><p>
diff --git a/sitemap.xml b/sitemap.xml
index 5ed3f2d..ed04db5 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,6 +1,8 @@
 <?xml version="1.0"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
     <url>
+        <loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2022-02-04</lastmod>
+    </url><url>
         <loc>https://sling.apache.org/releases.html</loc><lastmod>2022-02-04</lastmod>
     </url><url>
         <loc>https://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html</loc><lastmod>2022-02-01</lastmod>
@@ -67,8 +69,6 @@
     </url><url>
         <loc>https://sling.apache.org/documentation/bundles/request-analysis.html</loc><lastmod>2017-11-22</lastmod>
     </url><url>
-        <loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2021-10-01</lastmod>
-    </url><url>
         <loc>https://sling.apache.org/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html</loc><lastmod>2018-07-10</lastmod>
     </url><url>
         <loc>https://sling.apache.org/documentation/bundles/osgi-installer.html</loc><lastmod>2021-05-19</lastmod>