Hello, community.
I'm trying to change the standard error handler along the path /libs/sling/servlet/errorhandler.
I also created a service and an implementation for it to use the configuration.
In default.jsp I added import com.custom.aem.common.errorhandler.CustomErrorHandlerService
<%@page sess...