This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Jonas Flodén eb26e89625 [FrameworkBundle] Fix built-in server when using query params in paths
$_SERVER['REQUEST_URI'] will contain the query params so is_file will fail.
Change it to use $_SERVER['SCRIPT_NAME'] instead which only contains the
relative filename of the the script.
2012-06-23 13:09:46 +02:00
..
Bridge [TwigBridge] updated composer file 2012-06-10 21:51:29 +02:00
Bundle [FrameworkBundle] Fix built-in server when using query params in paths 2012-06-23 13:09:46 +02:00
Component Revert "merged branch everzet/config-additions-from-rw (PR #4619)" 2012-06-21 19:42:20 +02:00