A developer creates a Sling Servlet. The Sling Servlet is bound to a path (/service/sling/sample). Refer to the resulting code below. What should the developer do to make the servlet access controlled using the default ACLs?@Component( immediate=true, service = {Servlet.class}) @SlingServletPaths(value = {"/service/sling/sample"})
A customer is having trouble with some search queries and provides the following information:The logs show the following warring occurs many times:*WARN* Traversed 1000 nodes with filter Filter (query = SELECt ..)The Client has more than 100000 stored in their AEM instanceThe client uses a custom page property to help search for pages of a given typeWhat should the AEM Developer do to help resolve the client’s issue?
A customer is having trouble with some search queries and provides the following information:The logs show the following warring occurs many times:*WARN* Traversed 1000 nodes with filter Filter (query = SELECt ..)The Client has more than 100000 stored in their AEM instanceThe client uses a custom page property to help search for pages of a given typeWhat should the AEM Developer do to help resolve the client’s issue?
A customer has the requirement to use SAML authentication on AEM using their SAML 2.0compatible IDP.Example:AEM: www.wknd.com/content/siteB/index.htmlIDP: https://www.idpB.comHow should an AEM Developer configure their SAML Authentication Handler?