Hi,I am trying to implement Error handling in our project using ACS-Commons Error page handler. I have followed the steps mentioned here . On a 404 error, the page is displaying the 404 error page as expected. But on 500 errors, the 500 error page is not shown. I can see the following error in the ...
Hi,is there an overview about which hotfix is solving which issues?The Package Share isn't always providing a description about the problem solved be hotfix, is there an overview about problems an hotfixes?Patrick
Hi,As we have created the new component in our project like /apps/{project}/components/ and inside this component we have added the client libs also having the CSS file.So is it good to have the CSS file in component itself or we should always add CSS file in global CSS only not in component. I just...
I've been investigating the below dispatcher issue. Can you please provide pointers on the below.I have a cq:Page titled 'index' and under this page there is 'xyz.html'. This is only visible to group "xyz1" and not visible to group "xyz2" configured on the publisher. Initially when cache is empty a ...
Hi,Using CRXde Lite, I'm trying to create a login page with jsp, and submutting the form to sling servlet where I can validate the user. Displaying some message if the user is a valid user.Please see my sample code below:this .jsp file is under /apps/test/components/testComponent/testLogin.jsp <form...
I deployed AEM 6.0 war (SP1) on JBoss 7.1 version. When i'm running "Request for Activation" (or any other custom java program for sending emails) workflow on any page, it give me the below error and it doesn't send email. I've configured SMTP correctly. Also, i tried to run a custom java prog...
Hello everyone, like in object I have this problem in CQ5 edit mode, when the template of the website have a custom CSS.If in this css for example i write:input{height:100px}there is the problem that the effect of the CSS go for the Edit Interface also. So the input fields of the Admin change also.H...
if my AEM platform using saml 2.0 authentication handler to integrated with LDAP successfully, the identity user will be authenticated by LDAP if they want to access the AEM. But how about the local user like admin account works? admin user is the AEM local user, not belong to LDAP, will admin can a...
Is there a way to add com.mycomp.myapp to the log.names but exclude com.mycomp.myapp.NoisyClass?Is it allowed to use com.mycomp.myapp.NoisyClass:OFF in the log.names?<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr...
Hi All,I want to download package which is created by package manager using cURL command.If anyone come across using this kind of command please share with me.I have tried below but not succeeded.curl -k -u "$USER_NAME":"$PASSWORD" -X GET "$URL""$PORT"/etc/packages/my_packages/testpackage123.zipurl ...