Skip to content
Snippets Groups Projects

Issue #3304746 by scott_euser, casey, smustgrave: BigPipe cannot handle (GET)...

Open Issue #3304746 by scott_euser, casey, smustgrave: BigPipe cannot handle (GET)...
1 unresolved thread
1 unresolved thread

Issue #3304746 by scott_euser, casey, smustgrave: BigPipe cannot handle (GET) form redirects (EnforcedResponseException)

(cherry picked from commit ac0fac5e)

Closes #3304746

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
218 225 @trigger_error('Calling ' . __CLASS__ . '::_construct() without the $messenger argument is deprecated in drupal:10.3.0 and it will be required in drupal:11.0.0. See https://www.drupal.org/node/3343754', E_USER_DEPRECATED);
219 226 $this->messenger = \Drupal::messenger();
220 227 }
228 if (!isset($this->requestContext)) {
229 @trigger_error('Calling ' . __CLASS__ . '::_construct() without the $requestContext argument is deprecated in drupal:10.4.0 and it will be required in drupal:11.0.0. See https://www.drupal.org/node/3304746', E_USER_DEPRECATED);
230 $this->requestContext = \Drupal::service('router.request_context');
231 }
232 if (!isset($this->logger)) {
233 @trigger_error('Calling ' . __CLASS__ . '::_construct() without the $logger argument is deprecated in drupal:10.4.0 and it will be required in drupal:11.0.0. See https://www.drupal.org/node/3304746', E_USER_DEPRECATED);
  • Andrey Postnikov added 61 commits

    added 61 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading