Hey Please note that the tool-tips are not showing on my trial version as per the screenshot Its because i have the trial version? this is screenshot from the tutorial video where the tool-tips appeared And this is for the one i have
Hi All,I am getting below error in aem 6.3 while trying to post a document to a folder in aem from another application. The same is working fine in aem 6.1. The user account used for this action is having full access.*ERROR* [10.43.32.4 [1531475997878] POST /content/***/***/files HTTP/1.1] org.apach...
Hi,We had issues deploying to Prod last night in AEM 6.3 CFP 2.We have Servlets that are registered using following API:@Component(service = Servlet.class, property = { Constants.SERVICE_DESCRIPTION + "=Service", "service.label" + "=Service", "sling.servlet.methods=GET", SLING_SERVLET_RESOUR...
Hi,I'm trying to make the query string to be cached in dispatcher in separated files. Have read an article about Configuring Dispatcher, I tried /ignoreUrlParams { /0003 { /glob "*" /type "allow" } }but it keeps caching one files instead of multiple files as I'm trying to used many queries. For exam...
Hi Experts,Can anyone help me understand the purpose of the below servlet and what it is used for?http://localhost:4502/libs/cq/contentinsight/proxy/reportingservices.json.GET.servlet.a.23.cssOur team reported a vulnerability that using this servlet they can perform SSRF attacks and reach to the pub...
I created a copy of the List core component by overlaying it, and I've customized it pretty heavily. None of the options in the design dialog apply anymore, so I'd like to disable it altogether so that there is no Policy icon on the component in the template editor.Does anyone know how to do this?
Hi All,I have the following Java code in my Java component bean :-public List<String> getOuterList(){ final List<String> outerList = new ArrayList<String>(); outerList.add("Outer1"); outerList.add("Outer2"); outerList.add("Outer3"); return outerList;}public List<String> getInnerList()...