Konrad Windszus

Results 322 issues of Konrad Windszus

Currently it is not possible to create map literals (consisting of several key/value pairs) in HTL expression language. This would be especially handy for passing request attributes (see https://issues.apache.org/jira/browse/SLING-5812) which...

In order to ease releases, we should use both - a central NC account for OSSRH for deploying to Sonatype OSSRH Maven repository - a central NC PGP Private key...

Oak 1.16 introduces principal-based authorization ([OAK-8190](https://issues.apache.org/jira/browse/OAK-8190)) where the access control entries are stored in `rep:PrincipalEntry` nodes (https://github.com/apache/jackrabbit-oak/blob/c8e3e685ef3382f7a5053e3cec8d30569651e05a/oak-doc/src/site/markdown/security/authorization/principalbased.md#representation-in-the-repository). This allows to maintain access rights below the users rather below the nodes...

help wanted
new feature

Currently the Install Hook is disabled by default in AEMaaCS (https://github.com/Netcentric/accesscontroltool/blob/48e1bfee12347ac958288bffce0ff0c978d77ff9/accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/installhook/AcToolInstallHook.java#L80). When the Startup Hook is executed during the Docker build (when first starting the instance) it works on top...

exceptions properly This closes #545 partially

The current parsing logic for translating the YAML files into Java classes is a bit convoluted and also leads to issues like #364. We should clean this up and 1....

Similar to what was done for Apache FileVault (https://issues.apache.org/jira/browse/JCRVLT-111) the ACTool should support the new `org.apache.jackrabbit.api.security.authorization.PrincipalSetPolicy` (introduced with Jackrabbit API 2.11.0). This new policy is used for Closed User Groups...

new feature

As the check for cyclic group membership happens when `Authorizable.addMember(...)` is called (and not only after `commit()`) the order of `addMember(...)` and `removeMember(...)` matters. The latter should be called first...

The newly added Touch UI is confusing with respect to the order of buttons. The button "Download Dump" is on the same line as "Configuration Root Path" although it has...

enhancement

In case a authorizable id which was previously set as system user is now used as regular user with a password, the following exception is thrown during installation: ``` 15.10.2019...