Hi All, I have written some rewrite rules for shortening the URL. RewriteRule ^/content/we-retail/de/de/(.*.html)$ https://%{SERVER_NAME}/$1 [NE,R=301,L] RewriteRule ^/(.*.html)$ /content/we-retail/de/de/$1 [PT,L] with this rule, I am able to short URL from this ( /content/we-retail/de/de/plp.htm...
I am trying to implement a Sling Servlet Filter which aims to be invoked when I upload any .json file into filtertest folder, following the tutorial on https://sling.apache.org/documentation/the-sling-engine/filters.htmlHere is the annotations and attributes in it: @SlingServletFilter(scope= {SlingS...
I'm using AEM 6.5.10 and we have started utilizing the smart tag feature. I have generated smart tags for an image asset as below. We totally under the smart tags are auto generated based on AI. Now, there is a requirement from our customer on below line items; Can we add custom smart tag to an a...
Hi, There's a requirement to give permission to only one user to access the page that is created. The users-groups-maintenance page should be accessed by only one user. I added the user to access this page but other users are also able to access this page until and unless the other users are denie...
Hi Guys !One quick question. Is it possible to develop an SPA without React or Angular framework in AEM ? Could anyone please suggest me the advantages and disadvantage for this approach as well ?
How do I buy the licenses to gain access to: Adobe Experience Platform: Data Modeling: View Schemas, Manage Schemas Data Management: View Datasets, Manage Datasets Data Ingestion: Manage Sources View Identity Namespaces Customer Journey Analytics Product Admin Access i can't op...
We have just discovered the groovy console, which is very powerful but also dangerous (from malicious or accidental use) How do you secure Groovy console on Author on AEM cloud? The only auth levels provided by AEM cloud admin console are "user" and "administrator" for the author and for publish....
I have the following JSON Object import org.json.JSONObject; JSONObject jsonObject = new JSONObject("jsonString") The output of the above jsonObject follows: { "elements": { "barType": "bar", "website": "website", "endDate": "end", "fooText": "text", "fooDisclaimer": "Discla...