We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c893121 + 03d4568 commit 1d9a291Copy full SHA for 1d9a291
lib/internal/Magento/Framework/App/ExceptionHandler.php
@@ -97,6 +97,7 @@ private function handleDeveloperMode(
97
$exception = $e;
98
}
99
100
+ $response->clearHeader('Location');
101
$response->setHttpResponseCode(500);
102
$response->setHeader('Content-Type', 'text/plain');
103
$response->setBody($this->buildContentFromException($exception));
0 commit comments