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

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


The following commit(s) were added to refs/heads/master by this push:
     new 47bd8d6  fix typo
47bd8d6 is described below

commit 47bd8d63bd4974ddbe9883843d2ff16077ae1eef
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jan 13 20:34:48 2022 +0100

    fix typo
---
 src/main/jbake/content/documentation/the-sling-engine/resources.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/documentation/the-sling-engine/resources.md 
b/src/main/jbake/content/documentation/the-sling-engine/resources.md
index a1d5905..27174c5 100644
--- a/src/main/jbake/content/documentation/the-sling-engine/resources.md
+++ b/src/main/jbake/content/documentation/the-sling-engine/resources.md
@@ -135,8 +135,8 @@ These are the authenticationInfo keys (which can be used 
with [`ResourceResolver
 | --- | --- | --- | --- |
 | `user.jcr.session` | 
[`JcrResourceConstants.AUTHENTICATION_INFO_SESSION`](https://sling.apache.org/apidocs/sling11/org/apache/sling/jcr/resource/api/JcrResourceConstants.html#AUTHENTICATION_INFO_SESSION)
 | `javax.jcr.Session` | The session which is used for the underlying 
repository access. When calling `close()` on the returned `ResourceResolver` 
the session will not(!) be closed. |
 | `user.jcr.credentials` | 
[`JcrResourceConstants.AUTHENTICATION_INFO_CREDENTIALS`](https://sling.apache.org/apidocs/sling11/org/apache/sling/jcr/resource/api/JcrResourceConstants.html#AUTHENTICATION_INFO_CREDENTIALS)
 | `javax.jcr.Credentials` | The credentials object from which to create the 
new underlying JCR session
-| `user.name` | 
[`ResourceResolverFcatory.AUTHENTICATION_INFO_CREDENTIALS`](https://sling.apache.org/apidocs/sling11/org/apache/sling/api/resource/ResourceResolverFactory.html#USER)
 | String | Optionally used with `user.password` to create simple credentials 
from which the Session is being created.
-| `user.impersonation` | 
[`ResourceResolverFcatory.USER_IMPERSONATION`](https://sling.apache.org/apidocs/sling11/org/apache/sling/api/resource/ResourceResolverFactory.html#USER_IMPERSONATION)
 | String | User ID which should be used for impersonation via 
`javax.jcr.Session.impersonate(...)`. Must be combined with one of the other 
authentication info keys.
+| `user.name` | 
[`ResourceResolverFactory.AUTHENTICATION_INFO_CREDENTIALS`](https://sling.apache.org/apidocs/sling11/org/apache/sling/api/resource/ResourceResolverFactory.html#USER)
 | String | Optionally used with `user.password` to create simple credentials 
from which the Session is being created.
+| `user.impersonation` | 
[`ResourceResolverFactory.USER_IMPERSONATION`](https://sling.apache.org/apidocs/sling11/org/apache/sling/api/resource/ResourceResolverFactory.html#USER_IMPERSONATION)
 | String | User ID which should be used for impersonation via 
`javax.jcr.Session.impersonate(...)`. Must be combined with one of the other 
authentication info keys.
 
 There is support for the following [path parameters](url-decomposition.html):
 

Reply via email to