You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/01/31 19:42:25 UTC

[jackrabbit-filevault] branch master updated: JCRVLT-492 fix typo

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/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 51bde3f  JCRVLT-492 fix typo
51bde3f is described below

commit 51bde3fda90cb3c37e33de2419629bdec3151384
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Jan 31 20:42:11 2021 +0100

    JCRVLT-492 fix typo
---
 vault-doc/src/site/markdown/installhooks.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vault-doc/src/site/markdown/installhooks.md b/vault-doc/src/site/markdown/installhooks.md
index a9326e7..c7d3c80 100644
--- a/vault-doc/src/site/markdown/installhooks.md
+++ b/vault-doc/src/site/markdown/installhooks.md
@@ -24,7 +24,7 @@ Install hooks are just Java classes which are called during package installation
 
 Install hooks must implement the interface [`org.apache.jackrabbit.vault.packaging.InstallHook`][api.InstallHook].
 
-Execution of install hooks is only allowed for certain users. Prior to FileVault 3.4.6 this was only possible for users `admin`, `system` or members of group `administrators`, in newer versions the allowed user ids are configurable via OSGi configuration with PID `org.apache.jackrabbit.vault.packaging.impl.PackagingImpl` ([JCRVLT-427](https://issues.apache.org/jira/browse/JCRVLT-427)). Installation of packages containing install hooks for other users lead to a `PackageException`.
+Execution of install hooks is only allowed for certain users. Prior to FileVault 3.4.6 this was only possible for users `admin`, `system` or members of group `administrators`, in newer versions the allowed user ids are configurable via OSGi configuration with PID `org.apache.jackrabbit.vault.packaging.impl.PackagingImpl` ([JCRVLT-427](https://issues.apache.org/jira/browse/JCRVLT-427)). Installation of packages containing an install hooks leads to a `PackageException`  for other non-allow [...]
 
 
 Internal Install Hooks