Bug #31912

Redirect in AbstractController and WebRedirect

Added by Carsten Bleicker over 3 years ago. Updated over 3 years ago.

Status:Closed Start date:2011-11-18
Priority:Should have Due date:
Assigned To:Bastian Waidelich % Done:

0%

Category:MVC
Target version:TYPO3 Flow Base Distribution - 1.0.1
PHP Version:5.3 Complexity:no-brainer
Has patch:No Affected Flow version:FLOW3 1.0.0

Description

the redirecting works atm by default with http refresh header.
there should be a change for AbstractController::redirectToUri to:
$this->response->setHeader('Location', (string)$uri, true);
and in WebRedirect::startAuthentication to:
$response->setHeader('Location', $plainUri, true);

History

#1 Updated by Carsten Bleicker over 3 years ago

Please close this...
didnt see the default value is true in the method :)
sorry

#2 Updated by Bastian Waidelich over 3 years ago

  • Category set to MVC
  • Status changed from New to Closed
  • Assigned To set to Bastian Waidelich

Also available in: Atom PDF