Headers:
Status Code:404 Not Found
Headers:
Status Code:200 OK
~
class Something extends ComponentBase
{
public function onRun()
{
$this->setStatusCode(404);
return $this->controller->run('404');
}
}
~
393
It seems that everything is fine for build: 361. So something has changed in recent versions
I think you have to put this on the init method
This should have been fixed in 2350e30853cc2c1337697bb38c113f7319eea0f1 (Build 319+)