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()...
Hey I am applying the steps in the tutorial of AEM, I am trying to add new component to the project but when i am trying to add new node, there is no node option in the list, also in the other option didn't found node option.do have any idea about it?
while opening the trail version jar of AEM 6.4,I'm getting message "could not find the main class .program will exit" from java virtual machine Launcher.please Help.Thanks