Dear Prasak, More docs on the change required:https://github.com/GoogleChromeLabs/samesite-examples and consequent changes in Apache:https://stackoverflow.com/questions/54104573/how-to-set-samesite-cookie-attribute-using-apache-configuration Regards,Peter
Dear RGBAnd, Pretty good guide summarising 5.6.1 maintenance activities:https://jcr-nosql.com/2015/02/24/aem-5-6-1-reducing-repository-size-and-nailing-down-web-site-navigation-slowness/ Namely:"1.Purge workflow instance data /system/console/jmx and then choose com.adobe.granite.workflow “Maintenanc...
Dear Ajeem, By default AEM Clientlibrary would include only 1 version of css and html. E.g. if you drag and drop 2 same 'Breadcrumb components' only 1 css and js would be included. For two different 'Breadcrumb components' if they reference different css and js in both components then both would be ...
Dear Mchag,Looks like there is a problem including your clientlibs for this particular template.Have a look at the templates that get invoked when you call 404 page and make sure it has correct and valid clientlibs included.Regards,Peter
Dear Jez,Nothing better can explain the change as the creators notes: Carsten Ziegeler added a comment - 26/Jul/13 07:59 This is a builder based approach which allows us to add more options in the future without the need to add more methods to the scheduler In addition, the methods now return a boo...
Hi Parvathy,To what end do you want to parse Javascript?It's possible to use build in Google Closure Compiler to compile JS.(Build in AEM OOTB)It's possible to include library in your code to parse JS in any way you prefer.(Custom code)It's possible to include Chrome driver and run your code via Chr...