List of questions
Related questions
Question 7 - AD0-E103 discussion
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?
A.
Use @SlingServletResourceTypes instead of @SlingServletPaths.
B.
Modify @SlingServletPaths(value = {“/bin/sling/sample” }).
C.
Add @SlingServletName(servletName = “AccessControlServlet”) annotation.
D.
Add @SlingServletPrefix(value = “/apps”) annotation.
Your answer:
0 comments
Sorted by
Leave a comment first