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/tests/Symfony/Tests/Component/Routing/Matcher
Fabien Potencier 07aae98495 [Routing] added support for _scheme requirement
The _scheme requirement can be used to force routes to always match one given scheme
and to always be generated with the given scheme.

So, if _scheme is set to https, URL generation will force an absolute URL if the
current scheme is http. And if you request the URL with http, you will be redirected
to the https URL.
2011-04-20 10:49:32 +02:00
..
Dumper [Routing] added support for _scheme requirement 2011-04-20 10:49:32 +02:00
UrlMatcherTest.php [Routing] fixed UrlMatcher when no method requirement is defined 2011-03-22 20:56:55 +01:00