Skip to content
Snippets Groups Projects

Avoid cache redirect error in NodeAccessControlHandler.

Open catch requested to merge issue/drupal-3516477:3516477-cache-redirect-error into 11.x
1 unresolved thread

(cherry picked from commit 67e8e4b2)

Closes #3516477

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
22 */
23 protected $defaultTheme = 'stark';
24
25 /**
26 * {@inheritdoc}
27 */
28 protected function setUp(): void {
29 parent::setUp();
30
31 node_access_rebuild();
32 }
33
34 /**
35 * Ensures that node access checks don't cause cache redirect warnings.
36 *
37 * @covers Drupal\node\src\NodeAccessControlHandler
  • Eric Smith added 1 commit

    added 1 commit

    • f07f9f86 - Resolve code quality error "@covers value...

    Compare with previous version

  • Eric Smith added 1 commit

    added 1 commit

    • 5e73b4e1 - Assert that a 200 response is returned and add explanation for why we repeat...

    Compare with previous version

  • Eric Smith added 8 commits

    added 8 commits

    • 5e73b4e1...30402dc3 - 3 commits from branch project:11.x
    • 1f5b097c - Avoid cache redirect error in NodeAccessControlHandler.
    • 761bbd48 - Remove @todo-ish comment.
    • 4980eb51 - Add additional comments and some assertions.
    • 6511701f - Resolve code quality error "@covers value...
    • b00cbac2 - Assert that a 200 response is returned and add explanation for why we repeat...

    Compare with previous version

  • Please register or sign in to reply
    Loading