Konrad Windszus

Results 322 issues of Konrad Windszus

The repoinit script from https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/all/src/main/content/jcr_root/apps/acs-commons/config/org.apache.sling.jcr.repoinit.RepositoryInitializer-acs-commons-all.config grants `jcr:read` in `/conf` to several system users. That is redundant as AEM 6.5 and AEMaaCS ship with the following default permissions for `everyone`: `allow...

AEM 6.5 and AEMaaCS ship with the following default permissions for `everyone`: `allow jcr:read on /conf with restrictions: [rep:subtrees: '/global/site-templates/,/settings/wcm/,/sling:configs/,/settings/dam/cfm/models/,/settings/graphql/persistentQueries' ]` The makes the rule at https://github.com/adobe/aem-guides-wknd/blob/33aa8fda2defe45a6c8c8607ead0026e1492ff01/ui.content/src/main/content/jcr_root/conf/wknd/_sling_configs/_rep_policy.xml#L7 redundant.

The commit https://github.com/adobe/aem-core-wcm-components/commit/18694ef650f936970720ffc370db7497a20ac7d9#diff-431ef0a11cf72a24d447085f46d6470e6fa53f2ad883836c08cdb59e832912f8R195 introduced a regression for us that PDFs do no longer display inline in Safari. Instead Safari just exposes an empty window without a reasonable error message to...

Currently https://docs.osgi.org/specification/osgi.cmpn/8.0.0/service.component.html#service.component-activate.method only states: > If the activate method throws an exception, SCR must log an error message containing the exception with the Log Service, if present, and the component...

The class `java.nio.file.Path` is quite common these days for specifying filesystem paths. However as it is an interface it neither has a constructor taking a `String` nor a static `valueOf(String)`...

[Integer.decode(String)](https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html#decode-java.lang.String-) allows to use Hex Digits and Octal digits notation next to the decimal one (compare with https://docs.oracle.com/javase/specs/jls/se8/html/jls-3.html#jls-3.10.1).

The most important information for adopters of this API is most probably which tools do support it yet. Would be good to maintain a documentation page which links to the...

Update jacoco-m-p to 0.8.12

Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MSITE) filed for the change (usually before you start...

with the project Consider those site-resource archives when setting up the site context