In my controller action i'm accesing some paramter which is set in the dispatcher using following code
$uid = $this->dispatcher->getParam("uid");
The php execution ends up in an infite loop if the paramter "uid" is not set in the dispatcher before using get.
Error: PHP Fatal error: Maximum execution time of 120 seconds exceeded in <Controller Class> on line 53