Jörg Hoh

Results 33 issues of Jörg Hoh

I found that [biz.netcentric.cq.tools.actool.configuploadlistener.impl.UploadListenerServiceImpl$AcToolConfigUpdateListener](https://github.com/Netcentric/accesscontroltool/blob/cec8d5244bf3b1c0278ec71b2eaefa4b32f71f6e/accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/configuploadlistener/impl/UploadListenerServiceImpl.java#L114) is registered to listen for OSGI Resource Events. This approach is deprecated by now, instead you should use the ResourceChangeListener approach, as indicated in the [Sling...

I inherited an overly complex roles&rights structure, which was fortunately already being implemented with the AC tool. Right now I am in the process of cleaning up these, and it...

It would be great to have a feature which creates a user but then triggers the password reset functionality in AEM so the user can set his/her own password. Of...

new feature

This is a feature request. I would like to have an easy way to validate a set of YAML files for both syntactical validity and also for completeness, without always...

The sample index for the rep:ACL nodes should not use an Oak property index, because it will always traverse the complete repository. When using a Lucene index, it's possible to...

enhancement

Today we encountered the problem, that the application behaved differently when called on a JCR resource than on wrapped resource (which is built according to the SampleResourceWrapper). The application code...

bug

### Expected Behaviour the initial redirect(s) from https://wknd.site to https://wknd.site/us/en.html should always use https ### Actual Behaviour Currently it looks like this (easy to check using curl): https://wknd.site/ -> http://wknd.site/us/en.html...

I think that the current implementation displays quite a lot of false positives, which diminish the value of this rule right now. Look at this example (https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/4b3da3f5fdf0b59049b966bea9306d24c87d0293/bundle/src/main/java/com/adobe/acs/commons/audit_log_search/impl/AuditLogSearchServlet.java#L64) ``` protected final...

bug
rule

I want to propose a new rule, which reports any usage of API call ```SlingSettingsService.getRunModes()```. In AEM projects, every dependency to a specific environment *must* be solved by creating a...

rule