I have jsp based components on AEM 6.5, which have <cq:include> to resourceType that exists in code. I am not sure why I am seeing in error logs. any suggestions, why this could happen, I know , it is a content node that does not exist, as path="fakepath" , resourceType="path to component" .org.apac...
We are migrating a site in AEM 6.3 to 6.5(6.5.5). During authentication, there is the use of PKCS7PADDING which is not working in 6.5 but does work in 6.3 with both environments having bcprov-bcprov- 1.66 installed: final Cipher decrypterWithPad = Cipher.getInstance("AES/CBC/PKCS7PADDING",BouncyCas...
We see a 403 Forbidden when clicking on "Drag a component". It can be simulated in AEM OOTBVersion: 6.4.8Env: probably any but using macOS mojave 10.14.6Browser: Chrome Version 84.0.4147.89 (Official Build) (64-bit)Run Mode - Author running in 4012 portSample page : http://localhost:4512/editor.html...
Hello All - I am using Underscore JS for component creation. The below snippet is not working for the page properties. Can someone tell how to address this? <script type="text/template" id="testView"><% _.each(test, function(test) { %><div class="templatetest"><sly data-sly-test=" <% ${properties.di...
Hi All, I have added annotation on aem 6.3 instance author content pages , now we are migrating content to aem 6.5 author and i'm replicating content nodes by using author to author replication using default replication agent, every node is getting replicated but cq:annotations not is skipped from...
Dear All, I have one dialog , where I have defined skuid , installation label and installation link , as shown below. Now , my requirement is that if Sku ID is blank ("null") then it will display the installation document link in sightly if Sku ID is not blank ("not null") then it will display the ...
Hi,We are getting some warning messages in logs. 28.07.2020 01:15:11.225 *WARN* [10.43.32.87 [1595898911218] GET /content/diagnostics/be/en/products/product-category/clinical-chemistry-and-immunochemistry.html HTTP/1.1] org.apache.sling.scripting.sightly.js.impl.jsapi.ProxyAsyncScriptableFactory Scr...
Hello All,There's requirement to expose a large sized JSON from an AEM servlet. The work is all complete. The Servlet is exposing the correct data. We are using unit tests to validate and ensure each and every property and type exists in the JSON response. The next requirement is to write testes to ...