While diving into the Drupal code, I stumbled upon this line https://github.com/symfony-cmf/Routing/blob/master/DynamicRouter.php#L205 where a `Request` is created with only the path info. That looks like a bad idea as everything except the path info falls back to default values.