I have an AEM project, which is running on Apache web server. I got an requirement to add .htaccess file at some directory location (page path). Need to know as if where this .htaccess file should be written. I had gone through the documentations on Adobe and also followed sample WKND project.As per...
I have a component - The component is loading a third-party script and it has many links as child pages. I need to ignore any URL after the mentioned page-path in AEM and allow the third-party script to take control of navigation and URL formation afterwards.So, I need to ignore any URL after the sp...
I have found the reason for the mentioned issue - sling:resourceType is not getting updated as it was excluded in "CQ MSM Content Update Action" config. When I removed it from the exclusion list, everything works! Wanted to know if this is the correct way OR we can restrict it for some specific site...
Hi Team,I am trying to use the same content onto a different site by creating a livecopy.I wanted to change the sling:resourceType of the pages created using livecopy (it has different sling:resourceType due to difference in site structure and page resource type).I have referred page for my referenc...
In JAVA, you need to parse the user-agent string. It can be done by writing a parser of your own, which will lead to maintain it as well. The best recommended way would be to use a dependency as - <dependency>
<groupId>com.blueconic</groupId>
<artifactId>browscap-java</artifactId>
<version>1.3...
Hi everyone. I found the fix to the issue. Actually, my colleagues have used a div tag inside head tag to check some conditions in order to load a script. DIV tag is not allowed in head tag. When I changed the DIV tag to Sly, favicons coming properly on all browsers.So, I infer that the HTML structu...
Thanks for the reply. I have checked the blog already. The favicons were generated from favicon generator (https://realfavicongenerator.net/) and then the images/icons were added to /etc/designs/{{LOC}} - which is being referred in head.html of Page component.As I mentioned earlier, the icon is not ...
Hi Team,I am experiencing issue with the favicons on Chrome browser.Issue description - It is working fine on Firefox, IE and Safari browser. For Chrome browser, able to see the favicon in Author mode, but not in publisher mode.If there is any pointer, please suggest.code in head section:<link rel=...
Hi,I have installed the jar file for orient-db-object and orient-db-core manually via OSGI console.After installation, I faced the issues mentioned in my answer. To resolve the bundles, I followed the links provided in my post:javax.annotation.meta -- Cannot be resolvedThe Central Repository Search ...
Bundle issues has been resolved now. I have used the latest JARs from maven repository.Please refer this thread for morer info: Facing issues in bundle resolution