Hello,We have a new requirement where a certain group of users are only allowed to access our content (publish/dispatcher) through POST requests. No GET requests are allowed.Does anyone have a good idea of how to accomplish this? Looking at this answer i think the way to go would probably be in writ...
Do we have Jenkins Plugins to trigger AEM UI Test Suites as part of Continuous Integration. Please share your inputs in case we have any such plugins for Jenkins or is there any alternative we have to trigger AEM UI Test cases outside AEM Author.
We have a request from the content authors to make there lives easier by allowing them to create a component once and then simply reference it whereever they want to use it. This would be useful for some marketing banners where they enter things like the heading, subheading, image details, links, tr...
Hi,I am using AEM siteimporter import a site but seeing apache http client connection issue even after setting this proxy http://localhost:4502/system/console/configMgr/org.apache.http.proxyconfiguratorPlease share if any details to use siteimporter behind proxy with regardsSri
[Thread Edited By Adobe] /*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here. Go ahead and to it now: https://adobe.ly/3eDnB4v */ Actual Post: we have different renditions of image created in dam by Dam Workflow in our project. Now when we want to acce...
Hi Experts,Issue : double equals(==) gets changed to single equal(=)Issue explanation : If a property(say named "abc") with value "<img src="https://imagescde==" alt="scam" width="699" height="466" />" is saved in a node(can be jcr:content node of page or any component node below it).Code to read t...
Hi,I got the reference to restrict file upload on particular path in AEM Classic UI. Reference as given below.http://experience-aem.blogspot.in/2014/12/aem-6-sp1-classic-ui-restrict-large-or-small-files-upload.htmlWant to implement same functionality in AEM 6.1 Touch UI. Please share you useful idea...
How can we use google autocomplete address as a component, am i supposed to integrate google maps or just dragon-drop the component? because when i created a component and added the google autocomplete address code, i am not getting any suggestion, is it anything to do with the app key i got from go...
I'm using AEM 6.2.Is it possible to update content using a SQL2 query with the Tools, Query, SQL2 tool?Example Selectselect * from [nt:unstructured] as p where isdescendantnode (p, [/content/]) AND [sling:resourceType] like '/apps/project/component%'and Update the content to '/apps/project/component...