With Apache compressing the cached documents in the dispatcher, the ETag is set like:ETag: "796-56562d1294cfd-gzip"and Apache compression is enabled with:AddOutputFilterByType DEFLATE "image/svg+xml"But when it is compared against the cached file, it always returns a 200 instead of a 304.The dispatc...
My clientlibs are getting corrupted, replaced by "./bad_files/clientlib-base.css"I am seeing this strange warning in my error.log:This happens in a component that uses data-sly-resource to re-use content from another page.What could be causing this? I searched everywhere and I have no "position" sty...
When I upload an SVG image with no background, AEM is creating a white background. So I am not able to use it.When I opened a ticket with adobe they said the following - " The ultimate conclusion as of now is that SVG thumbnail generation is not supported. I have filed for an enhancement request to...
Where can i find which author has locked the page in Touch UI in AEM 6.2 version.I can see in classic UI siteadmin on mouse hover on locked page it shows the locked by user name but in Touch UI where can i see the same feature.? Currently touch ui shows only the page locked, but not the user who loc...
I'm working on a solution that receives an HTTP request containing a URL to a file, which I want to download and store in the JCR.So, I have a servlet that receives the request. It spawns a thread so that I can do the download in the background, and then redirects to a confirmation page. This allows...
I have a requirement in AEM 6.3, where column control component parsys has to be restricted to 10 components.Each column can have 10 components inside it. When the limit 10 (i.e, 10 components) has reached it shouldn't allow other components to be dragged inside it showing some kind of Disabled mess...
1. Can Sling:match can hold multi string value? If not can some regex be added?2. Assume I have two pathspath1: content\www.support-abc-de.inpath2: content\www.support-de.inSo if sling of my page matches any of those two paths it should be redirected to the 3rd page using sling:internalredirect. As ...
We are looking at using the language translation workflow mechanism and have tested a few language copies using the Microsoft translator.The seems to work pretty well but we have noticed that not all content is being translated. We have one component that is pretty much identical to another save fo...
Hello Everyone,We upgraded from AEM 6.0 to AEM 6.3 (Not sure if this is an issue related to AEM 6.3)The default replication agent is not working as expected. When Test Connection is done, it throws below error in the logs:16.02.2018 17:55:24.549 *ERROR* [10.150.44.28 [1518783924487] GET /etc/replica...
We have a license for aem 6.3, and use the aem jar for local development (i.e., we rename author as aem-author-4502.jar and rename publish as aem-publish-4503.jar). We see lots of notices for service packs, hotfixes, cumulative fixes, security updates, etc. Does adobe update that base jar with the...