Posts

Showing posts from 2017

Adobe Experience Manager 6.2 Learn & Support

https://helpx.adobe.com/support/experience-manager/6-2.html

AEM 6.2 Platform

The AEM platform in AEM 6 is based on Apache Jackrabbit Oak . Apache Jackrabbit Oak is an effort to implement a scalable and performant hierarchical content repository for use as the foundation of modern world-class web sites and other demanding content applications. It is the successor to Jackrabbit 2  and is used by AEM 6 as the default backend for its content repository, CRX. For more details ,visit  https://docs.adobe.com/docs/en/aem/6-2/deploy/platform.html

AEM 6.2 Cumulative Fix Pack

Cumulative Fix Pack Starting with AEM 6.1 Service Pack 2, Adobe has introduced a single delivery model for releasing fixes. Instead of releasing hot fixes for single issues, Adobe will release a Cumulative Fix Pack (CFP) every month (subject to passing quality checks), which is an aggregator content package for multiple fixes. CFPs do not include any improvements, but have the following advantages over single hotfix releases: Increased quality assurance Simplified installation (User installs a CFP as a single package that has no dependencies, except for the latest service pack) Cumulative in nature (for example, CFP3 contains fixes for CFP2 and CFP1) For more details  https://helpx.adobe.com/experience-manager/release-notes--aem-6-2-cumulative-fix-pack.html

Issues with hosting a static HTML in the JCR/AEM

Image
Issue : In AEM 6.x, when we attempt to hit the static content, such as: /etc/designs/hello/1.html, it is treated like a binary download. Root cause:- This is an intended change made by Adobe engineering in AEM 6.2.  Even for 6.1, Adobe released a hotfix for it NPR-9381.  GRANITE-9550 - Extend content disposition filter protection to author. NPR-9381 - HF for GRANITE-9550 - Extend content disposition filter protection to author. This was introduced as part of Sling Security Fix . Solution:-  Open  OSGI configuration  org.apache.sling.security.impl.ContentDispositionFilter Add static file relative path (for example /etc/designs/hello/1.html ) in  Content Disposition Excluded Paths. Refer :  http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__oixb-in_aem_6_2_wehave.html

AEM Assets 6.2 Feature Pack 2

This feature pack includes significant performance enhancements, custom video thumbnails support, and dynamic media color management capabilities in AEM Assets since the general availability of AEM 6.2. The feature pack can be installed on AEM 6.2. Here are the key features and enhancements: Streamed uploads Serial uploads Caching in FileDataStore service UI improvements around uploads Custom video thumbnails Dynamic Media color management Refer  https://docs.adobe.com/docs/en/aem/6-2/administer/content/assets/aem-assets-6-2-feature-pack-2.html