Skip to content

Commit

Permalink
[Security] tweaked previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 5, 2011
1 parent 4f8a980 commit 8a1fe40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/Security/Http/HttpUtils.php
Expand Up @@ -87,6 +87,7 @@ public function checkRequestPath(Request $request, $path)

return $path === $parameters['_route'];
} catch (\Exception $e) {
return false;
}
}

Expand Down

0 comments on commit 8a1fe40

Please sign in to comment.