Needs review
Project:
Prevent anonymous users to access Drupal pages
Version:
8.x-2.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2021 at 11:23 UTC
Updated:
22 Aug 2021 at 13:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
thirstysix commentedComment #3
thirstysix commentedin src/EventSubscriber/RedirectAnonymousSubscriber.php
you have to add
$response->send();instead of
Comment #4
thirstysix commentedComment #5
thirstysix commented