$this->response->redirect(array(
'for' => 'show-board',
'board' => $this->request->getPost("board")
));
this used to work for me in 1.2.6, however in 1.3.0 this redirects me to https://my-url.com/Array ???