New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Adobe AD0-E134 Exam - Topic 3 Question 56 Discussion

Actual exam question for Adobe's AD0-E134 exam
Question #: 56
Topic #: 3
[All AD0-E134 Questions]

A developer is using sling context-aware configuration trying to get the configuration resource using:

This works as intended in author and in publish when logged in lo publish as admin. However this gives a null when run as anonymous. Which method is going to fix the issue?

Show Suggested Answer Hide Answer
Suggested Answer: A

The issue arises because the anonymous user does not have the necessary read permissions for the /content directory. When using Sling context-aware configurations, access to the configuration resource is required. If the anonymous user lacks read permissions, the configuration cannot be retrieved, resulting in a null value.

To fix this issue, you need to grant read permissions to the anonymous user for the /content directory.

Steps to apply read permissions:

Access CRXDE Lite: Log into your AEM instance and navigate to CRXDE Lite (http://localhost:4502/crx/de).

Navigate to the /content Directory: In the CRXDE Lite interface, browse to the /content directory.

Set Permissions:

Right-click on the /content directory and select 'Permissions'.

Add the anonymous user (if not already present).

Grant read permissions to the anonymous user.

Save Changes: Apply the changes and ensure that they are saved correctly.

Test the Configuration: Log out of the AEM instance and test the context-aware configuration as an anonymous user to ensure that the configuration resource can now be retrieved.

By granting read permissions to the anonymous user for the /content directory, you allow access to the necessary configuration resources, resolving the issue.


Adobe Experience Manager Security Permissions

Contribute your Thoughts:

0/2000 characters
Mozell
4 days ago
D is just silly, who even uses /cont? A is clearly the right choice here.
upvoted 0 times
...
Leonora
9 days ago
Haha, I bet the developer forgot to check the permissions. Classic rookie mistake!
upvoted 0 times
...
Burma
14 days ago
I agree, A is the way to go. Permissions are key when dealing with context-aware configs.
upvoted 0 times
...
Berry
19 days ago
Option A is the correct answer. Applying read permissions to the anonymous user for the /content directory should fix the issue.
upvoted 0 times
...
Han
25 days ago
I think I saw a similar scenario where we had to give access to the /etc directory for anonymous users. Could that be the answer here?
upvoted 0 times
...
Vince
30 days ago
I feel like applying read permissions to the /content directory makes sense, but I can't recall if that's the right path for this specific issue.
upvoted 0 times
...
Tommy
1 month ago
This reminds me of a practice question where we had to adjust permissions for different user roles. I think read permissions are usually the key here.
upvoted 0 times
...
Micheal
1 month ago
I remember something about permissions affecting access, but I'm not sure if it's read or write that we need to change for anonymous users.
upvoted 0 times
...
Virgina
2 months ago
I'm feeling pretty confident about this one. The question mentions the configuration resource, so I think the best approach is to make sure the anonymous user can read from the /etc directory, which is where a lot of configuration stuff is typically stored. Option C seems like the way to go.
upvoted 0 times
...
Peggie
2 months ago
Okay, let me think this through. The question says the configuration resource is being accessed, so I don't think the issue is with the /conf directory. My money's on option C - applying read permissions to the /etc directory.
upvoted 0 times
...
Larue
2 months ago
Hmm, I'm a bit confused. Is the issue that the anonymous user can't access the configuration resource? If so, I'd guess that option A, applying read permissions to the /content directory, might be the way to go.
upvoted 0 times
...
Rory
2 months ago
This looks like a tricky one. I'm not too familiar with sling context-aware configuration, but I think the key is figuring out where the configuration resource is located and making sure the anonymous user has the right permissions.
upvoted 0 times
...

Save Cancel