-
-
Notifications
You must be signed in to change notification settings - Fork 240
Closed
Milestone
Description
The generated NotFoundActivationStrategy service in a service locator looks like:
protected function getMonolog_Handler_Errors_NotFoundStrategyService()
{
$this->services['monolog.handler.errors.not_found_strategy'] = $instance = new \Symfony\Bundle\MonologBundle\NotFoundActivationStrategy(array(0 => '^/'), 400);
$instance->setRequest(NULL);
return $instance;
}So the request is never passed into the object and it does not take the passed url regexes into account.
Metadata
Metadata
Assignees
Labels
No labels