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 76fa33a2e Automatic website deployment from https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/1084/ 76fa33a2e is described below commit 76fa33a2e0341fed7445ed57738bd5b2a36af672 Author: jenkins <bui...@apache.org> AuthorDate: Tue Jun 17 12:26:24 2025 +0000 Automatic website deployment from https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/1084/ --- documentation/the-sling-engine/resources.html | 10 +- pagefind/fragment/en_4655e1f.pf_fragment | Bin 0 -> 9034 bytes pagefind/fragment/en_e85bef1.pf_fragment | Bin 8425 -> 0 bytes pagefind/index/en_06f7464.pf_index | Bin 39307 -> 0 bytes pagefind/index/en_13a2d4c.pf_index | Bin 40287 -> 0 bytes pagefind/index/en_1df3a2a.pf_index | Bin 38501 -> 0 bytes pagefind/index/en_1eca374.pf_index | Bin 39510 -> 0 bytes pagefind/index/en_2086a6d.pf_index | Bin 0 -> 40344 bytes pagefind/index/en_29c58a7.pf_index | Bin 0 -> 40252 bytes pagefind/index/en_3c9014e.pf_index | Bin 42541 -> 0 bytes pagefind/index/en_423eb75.pf_index | Bin 40342 -> 0 bytes pagefind/index/en_4c8693d.pf_index | Bin 0 -> 40845 bytes pagefind/index/en_519e585.pf_index | Bin 0 -> 42328 bytes pagefind/index/en_614eb01.pf_index | Bin 0 -> 39179 bytes pagefind/index/en_724d67e.pf_index | Bin 0 -> 45427 bytes pagefind/index/en_727d553.pf_index | Bin 0 -> 42673 bytes pagefind/index/en_76cfa7d.pf_index | Bin 0 -> 37917 bytes pagefind/index/en_779a478.pf_index | Bin 40247 -> 0 bytes pagefind/index/en_7f230ca.pf_index | Bin 0 -> 39143 bytes pagefind/index/en_8065e64.pf_index | Bin 0 -> 35636 bytes pagefind/index/en_84c264e.pf_index | Bin 0 -> 39673 bytes pagefind/index/en_8bc9459.pf_index | Bin 0 -> 38385 bytes pagefind/index/en_8d6b146.pf_index | Bin 41895 -> 0 bytes pagefind/index/en_934492e.pf_index | Bin 40237 -> 0 bytes pagefind/index/en_9addfe2.pf_index | Bin 45392 -> 0 bytes pagefind/index/en_9f73de5.pf_index | Bin 42215 -> 0 bytes pagefind/index/en_a889c6c.pf_index | Bin 37867 -> 0 bytes pagefind/index/en_a97762f.pf_index | Bin 39028 -> 0 bytes pagefind/index/en_ad76212.pf_index | Bin 0 -> 38504 bytes pagefind/index/en_af1898a.pf_index | Bin 0 -> 39195 bytes pagefind/index/en_afec80c.pf_index | Bin 0 -> 40269 bytes pagefind/index/en_baecc96.pf_index | Bin 34772 -> 0 bytes pagefind/index/en_c32f921.pf_index | Bin 0 -> 40261 bytes pagefind/index/en_d8db2f1.pf_index | Bin 0 -> 41892 bytes pagefind/index/en_d9dd9a3.pf_index | Bin 0 -> 34828 bytes pagefind/index/en_e159475.pf_index | Bin 40316 -> 0 bytes pagefind/index/en_e1d2753.pf_index | Bin 39139 -> 0 bytes pagefind/index/en_fa9ecab.pf_index | Bin 35573 -> 0 bytes pagefind/index/en_fdd411b.pf_index | Bin 38422 -> 0 bytes pagefind/pagefind-entry.json | 2 +- pagefind/pagefind.en_23d318a3c9.pf_meta | Bin 1889 -> 0 bytes pagefind/pagefind.en_3db91c42ab.pf_meta | Bin 0 -> 1832 bytes sitemap.xml | 190 +++++++++++++------------- 43 files changed, 104 insertions(+), 98 deletions(-) diff --git a/documentation/the-sling-engine/resources.html b/documentation/the-sling-engine/resources.html index 40a075746..2db29247b 100644 --- a/documentation/the-sling-engine/resources.html +++ b/documentation/the-sling-engine/resources.html @@ -154,7 +154,7 @@ </thead> <tbody> <tr><td> Path </td><td> Resources are part of a Resource Tree. As such each Resource has a path which is formed by concatenating the names of all Resources along the root to the Resource separated by a slash. Ok, really, this is much like a URL path or a file system path where the slash (<code>/</code>) is the separator character. </td></tr> -<tr><td> Name </td><td> The name of the Resource is the last element (or segment) in the path. </td></tr> +<tr><td> Name </td><td> The name of the Resource is the last element (or segment) in the path. Sling itself allows all characters except for <code>/</code> or names only consisting of (arbitrarily many) dots (<code>.</code>), however the individual resource providers may impose additional restrictions on top. </td></tr> <tr><td> Resource Type </td><td> Each resource has a resource type which is used by the Servlet and Script resolver to find the appropriate Servlet or Script to handle the request for the Resource. </td></tr> <tr><td> Resource Super Type </td><td> The (optional explicit) super type of the Resource. See the section <em>Resource Types</em> below for more details. </td></tr> <tr><td> Adapters </td><td> Resources are always <code>Adaptable</code> and therefore can be adapted to a different view. See the section <em>Resource Adapters</em> below for more details. </td></tr> @@ -289,6 +289,12 @@ <p>For node type <code>nt:file</code> the property is looked up in the child node <code>jcr:content</code> for both cases. For all other node types it is looked up in the underlying node of the current resource.</p> <h5><a href="#external-binaries" id="external-binaries">External Binaries</a></h5> <p>In case when binaries are stored externally (e.g. in a Cloud Storage) accessing those via Sling just induces additional overhead. Therefore with <a href="https://issues.apache.org/jira/browse/SLING-7140">SLING-7140</a> support for <a href="https://jackrabbit.apache.org/oak/docs/features/direct-binary-access.html">Oak's Direct Binary Access</a> was added. External binaries now expose also as <a href="https://github.com/apache/sling-org-apache-sling-api/blob/master/src/main/java/org/apa [...] +<h4><a href="#resourceproperty-names" id="resourceproperty-names">Resource/Property names</a></h4> +<p>Apart from the regular Sling restrictions on resource names JCR further restricts which names a JCR item (backing a resource/property) may have. The restrictions are outlined in the <a href="https://s.apache.org/jcr-2.0-spec/3_Repository_Model.html#3.2%20Names">JCR spec's grammar for JCR names</a>.</p> +<p>In contrast to JCR API, the Sling Resource API only allows access via names in <a href="https://s.apache.org/jcr-2.0-spec/3_Repository_Model.html#3.2.5.2%20Qualified%20Form">qualified form</a> but not in <a href="https://s.apache.org/jcr-2.0-spec/3_Repository_Model.html#3.2.5.1%20Expanded%20Form">expanded form</a>.</p> +<h5><a href="#escapingunescaping" id="escapingunescaping">Escaping/Unescaping</a></h5> +<p>There is no automatic escaping of resource names (i.e. the callers of Sling Resource API must make sure to either use only valid JCR names or take care of escaping and potentially unescaping manually). For property names however the JCR provider automatically escapes during write operations with <a href="https://jackrabbit.apache.org/api/trunk/org/apache/jackrabbit/util/Text.html#escapeIllegalJcrChars(java.lang.String)"><code>org.apache.jackrabbit.util.Text.escapeIllegalJcrChars(...)< [...] +<p>The recommended name escaping for JCR is outlined at <a href="https://jackrabbit.apache.org/archive/wiki/JCR/EncodingAndEscaping_115513396.html">https://jackrabbit.apache.org/archive/wiki/JCR/EncodingAndEscaping_115513396.html</a> which coincidentally also takes care of escaping invalid Sling characters (<code>/</code> and dots).</p> <h4><a href="#resource-metadata" id="resource-metadata">Resource Metadata</a></h4> <p>The resource metadata exposed in <code>Resource.getResourceMetadata</code> get their values from JCR properties:</p> <table> @@ -390,7 +396,7 @@ public class SampleResourceChangeListener implements ResourceChangeListener { content/documentation/the-sling-engine/resources.md </a> </div> <div class="revisionInfo"> - Last modified by <span class="author">Konrad Windszus</span> on <span class="comment">2025-05-28</span> + Last modified by <span class="author">Konrad Windszus</span> on <span class="comment">2025-06-10</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 diff --git a/pagefind/fragment/en_4655e1f.pf_fragment b/pagefind/fragment/en_4655e1f.pf_fragment new file mode 100644 index 000000000..b21cfcff2 Binary files /dev/null and b/pagefind/fragment/en_4655e1f.pf_fragment differ diff --git a/pagefind/fragment/en_e85bef1.pf_fragment b/pagefind/fragment/en_e85bef1.pf_fragment deleted file mode 100644 index 140a15796..000000000 Binary files a/pagefind/fragment/en_e85bef1.pf_fragment and /dev/null differ diff --git a/pagefind/index/en_06f7464.pf_index b/pagefind/index/en_06f7464.pf_index deleted file mode 100644 index ec9ec2e45..000000000 Binary files a/pagefind/index/en_06f7464.pf_index and /dev/null differ diff --git a/pagefind/index/en_13a2d4c.pf_index b/pagefind/index/en_13a2d4c.pf_index deleted file mode 100644 index 15ebd14d6..000000000 Binary files a/pagefind/index/en_13a2d4c.pf_index and /dev/null differ diff --git a/pagefind/index/en_1df3a2a.pf_index b/pagefind/index/en_1df3a2a.pf_index deleted file mode 100644 index 9fccccfa1..000000000 Binary files a/pagefind/index/en_1df3a2a.pf_index and /dev/null differ diff --git a/pagefind/index/en_1eca374.pf_index b/pagefind/index/en_1eca374.pf_index deleted file mode 100644 index 8a8c1ed33..000000000 Binary files a/pagefind/index/en_1eca374.pf_index and /dev/null differ diff --git a/pagefind/index/en_2086a6d.pf_index b/pagefind/index/en_2086a6d.pf_index new file mode 100644 index 000000000..b782d34ec Binary files /dev/null and b/pagefind/index/en_2086a6d.pf_index differ diff --git a/pagefind/index/en_29c58a7.pf_index b/pagefind/index/en_29c58a7.pf_index new file mode 100644 index 000000000..bd29bee6f Binary files /dev/null and b/pagefind/index/en_29c58a7.pf_index differ diff --git a/pagefind/index/en_3c9014e.pf_index b/pagefind/index/en_3c9014e.pf_index deleted file mode 100644 index cebbf2d81..000000000 Binary files a/pagefind/index/en_3c9014e.pf_index and /dev/null differ diff --git a/pagefind/index/en_423eb75.pf_index b/pagefind/index/en_423eb75.pf_index deleted file mode 100644 index 86db59414..000000000 Binary files a/pagefind/index/en_423eb75.pf_index and /dev/null differ diff --git a/pagefind/index/en_4c8693d.pf_index b/pagefind/index/en_4c8693d.pf_index new file mode 100644 index 000000000..0f176f414 Binary files /dev/null and b/pagefind/index/en_4c8693d.pf_index differ diff --git a/pagefind/index/en_519e585.pf_index b/pagefind/index/en_519e585.pf_index new file mode 100644 index 000000000..f4defbb05 Binary files /dev/null and b/pagefind/index/en_519e585.pf_index differ diff --git a/pagefind/index/en_614eb01.pf_index b/pagefind/index/en_614eb01.pf_index new file mode 100644 index 000000000..0cc71e90e Binary files /dev/null and b/pagefind/index/en_614eb01.pf_index differ diff --git a/pagefind/index/en_724d67e.pf_index b/pagefind/index/en_724d67e.pf_index new file mode 100644 index 000000000..656f651b8 Binary files /dev/null and b/pagefind/index/en_724d67e.pf_index differ diff --git a/pagefind/index/en_727d553.pf_index b/pagefind/index/en_727d553.pf_index new file mode 100644 index 000000000..876b3a157 Binary files /dev/null and b/pagefind/index/en_727d553.pf_index differ diff --git a/pagefind/index/en_76cfa7d.pf_index b/pagefind/index/en_76cfa7d.pf_index new file mode 100644 index 000000000..04ff97af7 Binary files /dev/null and b/pagefind/index/en_76cfa7d.pf_index differ diff --git a/pagefind/index/en_779a478.pf_index b/pagefind/index/en_779a478.pf_index deleted file mode 100644 index d97f9acc5..000000000 Binary files a/pagefind/index/en_779a478.pf_index and /dev/null differ diff --git a/pagefind/index/en_7f230ca.pf_index b/pagefind/index/en_7f230ca.pf_index new file mode 100644 index 000000000..1891ea7c8 Binary files /dev/null and b/pagefind/index/en_7f230ca.pf_index differ diff --git a/pagefind/index/en_8065e64.pf_index b/pagefind/index/en_8065e64.pf_index new file mode 100644 index 000000000..fc55072f0 Binary files /dev/null and b/pagefind/index/en_8065e64.pf_index differ diff --git a/pagefind/index/en_84c264e.pf_index b/pagefind/index/en_84c264e.pf_index new file mode 100644 index 000000000..e78f8c05c Binary files /dev/null and b/pagefind/index/en_84c264e.pf_index differ diff --git a/pagefind/index/en_8bc9459.pf_index b/pagefind/index/en_8bc9459.pf_index new file mode 100644 index 000000000..01b0c250f Binary files /dev/null and b/pagefind/index/en_8bc9459.pf_index differ diff --git a/pagefind/index/en_8d6b146.pf_index b/pagefind/index/en_8d6b146.pf_index deleted file mode 100644 index b783d3e34..000000000 Binary files a/pagefind/index/en_8d6b146.pf_index and /dev/null differ diff --git a/pagefind/index/en_934492e.pf_index b/pagefind/index/en_934492e.pf_index deleted file mode 100644 index 70e65f6db..000000000 Binary files a/pagefind/index/en_934492e.pf_index and /dev/null differ diff --git a/pagefind/index/en_9addfe2.pf_index b/pagefind/index/en_9addfe2.pf_index deleted file mode 100644 index 1f874eb1d..000000000 Binary files a/pagefind/index/en_9addfe2.pf_index and /dev/null differ diff --git a/pagefind/index/en_9f73de5.pf_index b/pagefind/index/en_9f73de5.pf_index deleted file mode 100644 index 28638a083..000000000 Binary files a/pagefind/index/en_9f73de5.pf_index and /dev/null differ diff --git a/pagefind/index/en_a889c6c.pf_index b/pagefind/index/en_a889c6c.pf_index deleted file mode 100644 index 30d56e980..000000000 Binary files a/pagefind/index/en_a889c6c.pf_index and /dev/null differ diff --git a/pagefind/index/en_a97762f.pf_index b/pagefind/index/en_a97762f.pf_index deleted file mode 100644 index ccb6ce797..000000000 Binary files a/pagefind/index/en_a97762f.pf_index and /dev/null differ diff --git a/pagefind/index/en_ad76212.pf_index b/pagefind/index/en_ad76212.pf_index new file mode 100644 index 000000000..0cc2b8647 Binary files /dev/null and b/pagefind/index/en_ad76212.pf_index differ diff --git a/pagefind/index/en_af1898a.pf_index b/pagefind/index/en_af1898a.pf_index new file mode 100644 index 000000000..ef6b11eb0 Binary files /dev/null and b/pagefind/index/en_af1898a.pf_index differ diff --git a/pagefind/index/en_afec80c.pf_index b/pagefind/index/en_afec80c.pf_index new file mode 100644 index 000000000..ee93b3e03 Binary files /dev/null and b/pagefind/index/en_afec80c.pf_index differ diff --git a/pagefind/index/en_baecc96.pf_index b/pagefind/index/en_baecc96.pf_index deleted file mode 100644 index 496c72add..000000000 Binary files a/pagefind/index/en_baecc96.pf_index and /dev/null differ diff --git a/pagefind/index/en_c32f921.pf_index b/pagefind/index/en_c32f921.pf_index new file mode 100644 index 000000000..8fac0d5ff Binary files /dev/null and b/pagefind/index/en_c32f921.pf_index differ diff --git a/pagefind/index/en_d8db2f1.pf_index b/pagefind/index/en_d8db2f1.pf_index new file mode 100644 index 000000000..946a477bb Binary files /dev/null and b/pagefind/index/en_d8db2f1.pf_index differ diff --git a/pagefind/index/en_d9dd9a3.pf_index b/pagefind/index/en_d9dd9a3.pf_index new file mode 100644 index 000000000..19688e66d Binary files /dev/null and b/pagefind/index/en_d9dd9a3.pf_index differ diff --git a/pagefind/index/en_e159475.pf_index b/pagefind/index/en_e159475.pf_index deleted file mode 100644 index aa7dbef90..000000000 Binary files a/pagefind/index/en_e159475.pf_index and /dev/null differ diff --git a/pagefind/index/en_e1d2753.pf_index b/pagefind/index/en_e1d2753.pf_index deleted file mode 100644 index e133d3bfe..000000000 Binary files a/pagefind/index/en_e1d2753.pf_index and /dev/null differ diff --git a/pagefind/index/en_fa9ecab.pf_index b/pagefind/index/en_fa9ecab.pf_index deleted file mode 100644 index 638fb7f11..000000000 Binary files a/pagefind/index/en_fa9ecab.pf_index and /dev/null differ diff --git a/pagefind/index/en_fdd411b.pf_index b/pagefind/index/en_fdd411b.pf_index deleted file mode 100644 index e9465f13d..000000000 Binary files a/pagefind/index/en_fdd411b.pf_index and /dev/null differ diff --git a/pagefind/pagefind-entry.json b/pagefind/pagefind-entry.json index cbc890924..fc1df4893 100644 --- a/pagefind/pagefind-entry.json +++ b/pagefind/pagefind-entry.json @@ -1 +1 @@ -{"version":"1.3.0","languages":{"en":{"hash":"en_23d318a3c9","wasm":"en","page_count":189}}} \ No newline at end of file +{"version":"1.3.0","languages":{"en":{"hash":"en_3db91c42ab","wasm":"en","page_count":189}}} \ No newline at end of file diff --git a/pagefind/pagefind.en_23d318a3c9.pf_meta b/pagefind/pagefind.en_23d318a3c9.pf_meta deleted file mode 100644 index 9694b64b0..000000000 Binary files a/pagefind/pagefind.en_23d318a3c9.pf_meta and /dev/null differ diff --git a/pagefind/pagefind.en_3db91c42ab.pf_meta b/pagefind/pagefind.en_3db91c42ab.pf_meta new file mode 100644 index 000000000..e8b68c1cb Binary files /dev/null and b/pagefind/pagefind.en_3db91c42ab.pf_meta differ diff --git a/sitemap.xml b/sitemap.xml index 5ec4bf7d7..5fbc87720 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -3,9 +3,9 @@ <url> <loc>https://sling.apache.org/releases.html</loc><lastmod>2025-06-14</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/development/hamcrest.html</loc><lastmod>2025-06-17</lastmod> + <loc>https://sling.apache.org/documentation/the-sling-engine/resources.html</loc><lastmod>2025-06-10</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/the-sling-engine/resources.html</loc><lastmod>2025-05-28</lastmod> + <loc>https://sling.apache.org/documentation/development/hamcrest.html</loc><lastmod>2025-06-17</lastmod> </url><url> <loc>https://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html</loc><lastmod>2025-06-02</lastmod> </url><url> @@ -17,21 +17,25 @@ </url><url> <loc>https://sling.apache.org/documentation/development/logging.html</loc><lastmod>2025-04-29</lastmod> </url><url> - <loc>https://sling.apache.org/security/log4shell.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2025-04-23</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/legacy/logging.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/project-information/project-license.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/project-information/apache-sling-community-roles-and-processes.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/old-stuff/servlet-resolution.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/project-information/security.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/security/log4shell.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/project-information/project-team.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/project-information.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/old-stuff/servlet-resolution.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/project-information/apache-sling-community-roles-and-processes.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/project-information.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/project-information/security.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/old-stuff/scriptengineintegration/xslt-processing-pipeline.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/project-information/project-team.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/old-stuff/sling-api.html</loc><lastmod>2025-04-16</lastmod> </url><url> @@ -42,70 +46,66 @@ <loc>https://sling.apache.org/news.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/news/sling-10-released.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/news/sling-launchpad-9-released.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/media.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/news/sling-launchpad-8-released.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/links.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/the-sling-engine/sling-properties.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/tutorials-how-tos/testing-sling-based-applications.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/the-sling-engine/default-mapping-and-rendering.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/news/sling-launchpad-9-released.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/tutorials-how-tos/jackrabbit-persistence.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/media.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/tutorials-how-tos/46-line-blog.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/the-sling-engine/request-parameters.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/the-sling-engine/servlets.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/the-sling-engine/filters.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/news/sling-launchpad-8-released.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/the-sling-engine/default-mapping-and-rendering.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/links.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/the-sling-engine/architecture.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/tutorials-how-tos/testing-sling-based-applications.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/the-sling-engine/url-decomposition.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/the-sling-engine/adapters.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/the-sling-engine/servlets.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-tasks.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/legacy/logging.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/getting-started/discover-sling-in-15-minutes.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/tutorials-how-tos/jackrabbit-persistence.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/development/version-policy.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/tutorials-how-tos/46-line-blog.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/development/testing-paxexam.html</loc><lastmod>2025-04-23</lastmod> + <loc>https://sling.apache.org/documentation/the-sling-engine/architecture.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/development/sling.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/development/repository-based-development.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/development/maven-archetypes.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/the-sling-engine/adapters.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/development/version-policy.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/development/sling-testing-tools.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/development/release-management.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/development/maventipsandtricks.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/getting-started/discover-sling-in-15-minutes.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/development/slingstart.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/development/null-analysis.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/development/maven-launchpad-plugin.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/development/maven-archetypes.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/development/jspc.html</loc><lastmod>2025-04-16</lastmod> </url><url> @@ -114,104 +114,92 @@ <loc>https://sling.apache.org/documentation/development.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/development/htl-maven-plugin.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/bundles/validation.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/development/getting-and-building-sling.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/sling-query.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/sling-pipes/readers.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/bundles/validation.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/sling-query/methods.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/sling-health-checks.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/bundles/scripting.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/development/getting-and-building-sling.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/sling-pipes/execution-monitoring.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool-deprecated.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/scripting/scripting-thymeleaf.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/bundles/sling-health-check-tool-deprecated.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/scripting/scripting-jsp.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/resource-editor.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/scripting.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/bundles/scheduler-service-commons-scheduler.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/bundles/resource-merger.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/nosql-resource-providers.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/request-analysis.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/jcr-installer-provider.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/nosql-resource-providers.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-override.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/datasource-providers.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/metrics.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/resource-merger.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/jcr-installer-provider.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/request-analysis.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/log-tracers.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/mime-type-support-commons-mime.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/installer-provider-installhook.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/dynamic-includes.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/hapi.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-override.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/repository-initialization.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/datasource-providers.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/metrics.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/log-tracers.html</loc><lastmod>2025-04-16</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html</loc><lastmod>2025-04-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/hapi.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/distribution.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/bundles/commons-crypto.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/bundles/commons-crypto.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html</loc><lastmod>2025-04-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/bundles/configuration-installer-factory.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/documentation/apidocs.html</loc><lastmod>2025-04-16</lastmod> </url><url> <loc>https://sling.apache.org/contributing.html</loc><lastmod>2025-04-16</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html</loc><lastmod>2025-03-05</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/bundles/connection-timeout-agent.html</loc><lastmod>2025-01-27</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html</loc><lastmod>2025-01-17</lastmod> - </url><url> - <loc>https://sling.apache.org/news/sling-13-released.html</loc><lastmod>2025-01-14</lastmod> - </url><url> - <loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2025-01-13</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/development/deprecating-sling-modules.html</loc><lastmod>2024-12-10</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html</loc><lastmod>2024-09-30</lastmod> </url><url> <loc>https://sling.apache.org/news/sling-ide-tooling-11-released.html</loc><lastmod>2017-09-29</lastmod> </url><url> <loc>https://sling.apache.org/old-stuff/scriptengineintegration.html</loc><lastmod>2017-09-29</lastmod> </url><url> <loc>https://sling.apache.org/old-stuff/request-processing.html</loc><lastmod>2018-07-13</lastmod> + </url><url> + <loc>https://sling.apache.org/news/sling-13-released.html</loc><lastmod>2025-01-14</lastmod> </url><url> <loc>https://sling.apache.org/security/CVE-2023-6378.html</loc><lastmod>2024-02-06</lastmod> </url><url> @@ -222,8 +210,6 @@ <loc>https://sling.apache.org/old-stuff/assembly.html</loc><lastmod>2017-09-29</lastmod> </url><url> <loc>https://sling.apache.org/news/sling-ide-tooling-12-released.html</loc><lastmod>2018-01-21</lastmod> - </url><url> - <loc>https://sling.apache.org/news/sling-11-released.html</loc><lastmod>2018-10-23</lastmod> </url><url> <loc>https://sling.apache.org/guides.html</loc><lastmod>2017-09-29</lastmod> </url><url> @@ -237,7 +223,7 @@ </url><url> <loc>https://sling.apache.org/documentation/the-sling-engine/featureflags.html</loc><lastmod>2018-07-13</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/the-sling-engine/authentication.html</loc><lastmod>2018-05-14</lastmod> + <loc>https://sling.apache.org/news/sling-12-released.html</loc><lastmod>2025-01-13</lastmod> </url><url> <loc>https://sling.apache.org/errors/403.html</loc><lastmod>2017-10-07</lastmod> </url><url> @@ -246,6 +232,10 @@ <loc>https://sling.apache.org/documentation/the-sling-engine/request-listeners.html</loc><lastmod>2018-07-13</lastmod> </url><url> <loc>https://sling.apache.org/documentation/the-sling-engine/errorhandling.html</loc><lastmod>2023-07-13</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html</loc><lastmod>2025-01-17</lastmod> + </url><url> + <loc>https://sling.apache.org/news/sling-11-released.html</loc><lastmod>2018-10-23</lastmod> </url><url> <loc>https://sling.apache.org/index.html</loc><lastmod>2023-10-02</lastmod> </url><url> @@ -256,8 +246,6 @@ <loc>https://sling.apache.org/documentation/the-sling-engine/dispatching-requests.html</loc><lastmod>2018-07-13</lastmod> </url><url> <loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-framework.html</loc><lastmod>2021-04-21</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod> </url><url> <loc>https://sling.apache.org/documentation/the-sling-engine.html</loc><lastmod>2017-09-29</lastmod> </url><url> @@ -268,6 +256,8 @@ <loc>https://sling.apache.org/documentation/development/monitoring-requests.html</loc><lastmod>2017-09-29</lastmod> </url><url> <loc>https://sling.apache.org/documentation/development/jcr-mock.html</loc><lastmod>2023-04-27</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/the-sling-engine/authentication.html</loc><lastmod>2018-05-14</lastmod> </url><url> <loc>https://sling.apache.org/documentation/getting-started.html</loc><lastmod>2022-03-21</lastmod> </url><url> @@ -288,6 +278,8 @@ <loc>https://sling.apache.org/documentation/development/jsr-305.html</loc><lastmod>2018-08-18</lastmod> </url><url> <loc>https://sling.apache.org/documentation/development/ide-tooling.html</loc><lastmod>2022-11-28</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/the-sling-engine/authentication/authentication-actors.html</loc><lastmod>2017-11-22</lastmod> </url><url> <loc>https://sling.apache.org/documentation/feature-model/howtos/sling-with-custom-project.html</loc><lastmod>2020-06-18</lastmod> </url><url> @@ -306,6 +298,10 @@ <loc>https://sling.apache.org/documentation/bundles/sling-query/basic-ideas.html</loc><lastmod>2017-09-29</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/sling-oak-restrictions.html</loc><lastmod>2017-09-29</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/bundles/servlet-helpers.html</loc><lastmod>2020-06-16</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/development/deprecating-sling-modules.html</loc><lastmod>2024-12-10</lastmod> </url><url> <loc>https://sling.apache.org/documentation/configuration.html</loc><lastmod>2019-07-26</lastmod> </url><url> @@ -341,43 +337,47 @@ </url><url> <loc>https://sling.apache.org/documentation/bundles/sling-pipes/bindings.html</loc><lastmod>2021-03-31</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/servlet-helpers.html</loc><lastmod>2020-06-16</lastmod> + <loc>https://sling.apache.org/documentation/bundles/rendering-content-default-get-servlets.html</loc><lastmod>2024-09-30</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/bundles/graphql-core.html</loc><lastmod>2021-07-26</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/bundles/discovery-api-and-impl.html</loc><lastmod>2018-07-17</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/resource-access-security.html</loc><lastmod>2021-11-04</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/models.html</loc><lastmod>2023-07-08</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.html</loc><lastmod>2022-02-04</lastmod> + </url><url> + <loc>https://sling.apache.org/documentation/bundles/file-installer-provider.html</loc><lastmod>2021-12-01</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/osgi-installer.html</loc><lastmod>2022-12-05</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/resource-filter.html</loc><lastmod>2021-01-02</lastmod> + <loc>https://sling.apache.org/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html</loc><lastmod>2022-11-18</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/org-apache-sling-junit-bundles.html</loc><lastmod>2020-10-22</lastmod> + <loc>https://sling.apache.org/documentation/bundles/content-package-installer-factory.html</loc><lastmod>2021-05-10</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/graphql-core.html</loc><lastmod>2021-07-26</lastmod> + <loc>https://sling.apache.org/documentation/bundles/resource-filter.html</loc><lastmod>2021-01-02</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/discovery-api-and-impl.html</loc><lastmod>2018-07-17</lastmod> + <loc>https://sling.apache.org/documentation/bundles/org-apache-sling-junit-bundles.html</loc><lastmod>2020-10-22</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/content-distribution.html</loc><lastmod>2020-05-13</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/apache-sling-commons-thread-pool.html</loc><lastmod>2022-01-10</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.html</loc><lastmod>2022-02-04</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/bundles/file-installer-provider.html</loc><lastmod>2021-12-01</lastmod> + <loc>https://sling.apache.org/documentation/bundles/connection-timeout-agent.html</loc><lastmod>2025-01-27</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/caching-services.html</loc><lastmod>2017-11-22</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html</loc><lastmod>2022-11-18</lastmod> - </url><url> - <loc>https://sling.apache.org/documentation/bundles/content-package-installer-factory.html</loc><lastmod>2021-05-10</lastmod> + <loc>https://sling.apache.org/documentation/bundles.html</loc><lastmod>2021-07-13</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/bundle-resources-extensions-bundleresource.html</loc><lastmod>2018-02-04</lastmod> </url><url> <loc>https://sling.apache.org/documentation/bundles/commons-html-utilities.html</loc><lastmod>2019-07-18</lastmod> </url><url> - <loc>https://sling.apache.org/documentation/bundles.html</loc><lastmod>2021-07-13</lastmod> + <loc>https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html</loc><lastmod>2025-03-05</lastmod> </url><url> <loc>https://sling.apache.org/sitemap.html</loc><lastmod>2021-07-26</lastmod> </url><url>