david g.
david g.
Fixed in 5.3.4
Vanity paths at scale will severely degrade AEM startup. Another concern is around the universality of sling vanities, that is tougher to combat since it's baked into sling. Meaning that...
I'm not aware of any APIs to pull them - a bloom filter is populated on startup, but that's not necessarily complete. I think just querying on it would be...
@rutujasbhandari are these PIM audit events tracked as `cq:AuditEvent` nodes in the JCR? This is how the Audit Log reporting works in ACS Commons today. If these events are tracked...
@henrykuijpers Versioned Clientlibs uses a Sling Rewriter Transformer Factory to update the URL's w/ the checksums. These URLs are in JavaScript itself, so im not sure this is really feasible...
Hi @patrickheinzelmann this looks like an issue with AEM CS and Asset Selector, more than this implementation of Asset Selector (the auth cycle occurs before any ACS AEM Commons is...
@joerghoh thanks. How does this [1] look? [1] https://github.com/Adobe-Consulting-Services/acs-aem-samples/commit/b50a7d01e31db379604972a7df1531578c35821d
@joerghoh isn't youre backwards? ``` public CompositeValueMap(ValueMap properties, ValueMap defaults) properties - The ValueMap to read from defaults - The default ValueMap to use as fallback ``` So you'd want...
@alexkli Thanks for the quick feedback. For my own clarification; you can't attach a new FacetExtractor (FE) to an existing PredicateEvaluator (PE), correct? If not, can you point how i'd...
@alexkli Trying to find documentation for `extract facets = true`; is this ~ same as calling `query.extractFacets();` (after `query.getResults();`) ? Can a custom FE be added to an existing PE?...