Bug #31912
Redirect in AbstractController and WebRedirect
| Status: | Closed | Start date: | 2011-11-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | 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 | FLOW3 version affected: | FLOW3 1.0.0 | |
| Votes: | 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
Updated by Carsten Bleicker over 1 year ago
Please close this...
didnt see the default value is true in the method :)
sorry
Updated by Bastian Waidelich over 1 year ago
- Category set to MVC
- Status changed from New to Closed
- Assignee set to Bastian Waidelich