-
Type:
Bug
-
Status: Backlog
-
Priority:
High
-
Resolution: Unresolved
-
Affects Version/s: 5.1, 5.2
-
Fix Version/s: Engineering tracked issues
-
Component/s: Platform > Repository & Services (Public API impl)
-
Labels:None
An 500 error is triggered when accessing an hidden page (with no privilege) instead of of 403.
Step to reproduce.
- Using the symfony stack
- In the admin interface hide a content (like an Article)
- On the frontend with the anonymous user try accessing this content.
- An error 500 is triggered instead of a 403.