The fact that SlingServletPaths is plural implies we can add more than one. However, the syntax seems to be undocumented. I have tired the following: value = "/some/path1,/some/path2")value = "[/some/path1,/some/path2]") neither works, only if there is one or the other does it work (for that path) ...
We want a logging filter to support multiple different groups of endpoints, e.g. /bin/proxy/.*, /bin/someApi/v2.* etc. We could try to create a regexp that matches each pattern we want to add, or is there a way to add multiple patterns? Or we could create a filter for each pattern, and point to so...
Hello Team,Quick question on AEM author performance. I understand page load time on AEM author instance depends on multiple factors like template design, containers, components load time, client libs etc.. but keeping all the factors aside, what should we consider as good or poor performance as per ...
We use content fragments and experience fragments, and need an ability to understand: for each content/experience fragment- how many times it is used- break down by where (content can be used in multiple pages/applications) so that we can identify effective content. I've seen a post from couple yea...
Hi All,Would anyone be able to tell me how I can export a list of SAML users for one of our websites?We are using the AEM Cloud environment and one of our websites requires a SAML login to access. Need this list for auditing purposes. any help would be appreciatedKindest Regards.
Hi, I understand if you want to upload indesign assets onto Adobe Assets it is best to turn on FPO profiles. I also see that the processing profiles are against folders. One question I have is if I apply the processing profile to a parent folder what happens to the child folders, does it also pick u...
HI All,Is there any way to compile SCSS files when the project is using AEM 6.4, but there is no npm or other scaffolding?Are there any plugins for Maven that can solve this problem?
This is the code ive put together so far. I am running into the error that event.value is NOT a function.i would appreciate any help to correct the code. This code is for an editable pdf that is in a flowed container. The table has new instance added with the click of a button so the code copies dow...
I have created a custom component where a description field is there of resourceType I need to put in a character limit on the description field. But the ootb property 'maxlength' is not valid as description resourceType is richtext. How can this be achieved?This is the sightly file of the component...
As above. I have a query where I used @ like this (I can’t remember the exact query. I’m on my iPad)path=/content1_property=jcr:content/cq:lastModified As an example, I’ll get 500 results. But if I use 1_property=@jcr:content/cq:lastModified i get 501.Can someone please explain the use of ampersand...