+2009-09-03 Martin Kutschker <masi@typo3.org>
+
+ * Added feature #11865: AJAX error should send HTTP status 500
+
2009-09-03 Rupert Germann <rupi@gmx.li>
* Added feature #11773: Integrate an option to deactivate shortcuts completely (thanks to Christopher Stelmaszyk)
* @return void
*/
protected function renderAsError() {
+ header(t3lib_div::HTTP_STATUS_500 . ' (AJAX)');
header('Content-type: text/xml; charset='.$this->charset);
header('X-JSON: false');
die('<t3err>'.htmlspecialchars($this->errorMessage).'</t3err>');