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
Jordi Boggiano 761724ae57 [Routing] Adjust urlescaping rules, fixes #752
Only + and % are now encoded in generated routes, since they are the only characters that, if not encoded, could cause problems/conflicts when decoded. Namely + turns into a space, and % followed by numbers could do funky things.

The matcher decodes everything which works since nothing will have %NN without being escaped, and + are escaped as well.
2011-06-29 03:39:54 +02:00
..
Annotation reverted Merge remote branch 'kriswallsmith/kernel/shorter-bundle-names' 2011-04-04 11:10:56 +02:00
Fixtures [Routing] Adjust urlescaping rules, fixes #752 2011-06-29 03:39:54 +02:00
Generator Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
Loader [Routing] removed AnnotationGlobLoader 2011-06-17 18:18:03 +02:00
Matcher [Routing] Adjust urlescaping rules, fixes #752 2011-06-29 03:39:54 +02:00
CompiledRouteTest.php [Routing] simplified route compiler 2011-04-25 12:38:20 +02:00
RouteCollectionTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
RouteCompilerTest.php [Routing] fixed regression (/ should not be matched by /{foo} when foo has no default value) 2011-05-03 14:48:08 +02:00
RouteTest.php [Routing] simplified route compiler 2011-04-25 12:38:20 +02:00