Hi All,I have a requirement to create a Sling Servlet that will get the root path of my website. It should loop through the children pages and read a particular property and expose the page url and the property as JSON. I want this to be displayed in the frontend by creating a HTL component that wil...
Hi After installing the SP2 upgrade for AEM6.3 the minification of js seems to fail. Following is displayed in error.log.19.11.2018 14:21:50.662 *ERROR* [0:0:0:0:0:0:0:1 [1542655310643] GET /etc/designs/<project-name>/clientlibs/js/features/<some-js-filename>-js.min.js HTTP/1.1] com.adobe.granite.ui...
Does anyone know what is the reason for this error.15.11.2018 03:07:23.000 *ERROR* [sling-default-199-Registered Service.1444] com.adobe.granite.oauth.server.impl.AccessTokenCleanupTask AccessTokenCleanupTask: General failure while trying to cleanup tokensjavax.jcr.LoginException: Cannot derive user...
Hi,We are facing issue when we break inheritance or revert back on page in edit mode it breaks style of page. Which is fine in publish mode or we refresh the page.But editing component is not refreshing self and layout is broken.
Hi,When we upload file in upload, request will go to CreateAssetServlet. So before reaching there we are placing one filter for antivirus scan. But I am unable to parse file from multipart form data. When I iterate the Part, I am getting inputstream, but I notice I was able to read only file name(pl...
Hi,Added a custom field in Metadata Schema Editor to configure RootPath using TagPicker.Overlayed tagsfield.jsp from \libs\dam\gui\coral\components\admin\schemaforms\formbuilder\formfields\v2\tagsfield to \apps\dam\gui\coral\components\admin\schemaforms\formbuilder\formfields\v2\tagsfield (PFA)But G...
Hi team ,Recently we have upgraded AEM 6.0 to AEM 6.3 , where we have JAAS module configured to generate token for authentication.Step 1: After starting the server in AEM 6.3 , we get below error when we replicate something.09.11.2018 07:41:43.424 *WARN* [sling-threadpool-cb90f54b-e9a7-47b5-a011-36...
I am trying to create a portal/website with SSO authentication. In this portal, I want to provide impersonate user option for certain users. Is there any OOTB servlet/service available in AEM which can be directly used or extended. Also, what is the recommended approach to achieve this feature.