Exam AD0-E103 All QuestionsBrowse all questions from this exam
Question 46

A developer has a component located under the path /apps. This component has a Client Library which is directly loaded onto a page. The publish instance loads the page correctly. The dispatcher also loads the page but the Client Library is missing.

How should the developer resolve this issue, while taking security into consideration?

    Correct Answer: D

    The issue is that the Dispatcher is blocking the Client Library from being loaded. To resolve this while considering security, the path to the clientlibs must be allowed in the Dispatcher configuration. This will ensure that the Client Library can be accessed without compromising the security settings in place for other paths.

Discussion
SKTonyOption: D

The publish instance loads the page correctly. So D is correct.

Medo83Option: D

D for me!