• Fabien Potencier's avatar
    implemented the same behavior as Symfony2 for URLs ending with / · b4c3ffba
    Fabien Potencier authored
    If a route ends with a / and the user forgets the / (and a similar route without a / does not exist),
    then, the user will be redirected to the real URL:
    
    If you have a /doc/ URL pattern, a request to /doc will redirect you to /doc/
    
    This is especially useful for the root URL (/):
    
    /index.php (which does not make sense as the path info is / at a minimum)
    redirects to /index.php/
    b4c3ffba
Name
Last commit
Last update
..
BrowserKit @ 9839e645 Loading commit data...
ClassLoader @ 80862ea2 Loading commit data...
CssSelector @ 5afebb6d Loading commit data...
DomCrawler @ b4c49e7f Loading commit data...
EventDispatcher @ 49373444 Loading commit data...
Finder @ 707b2fc9 Loading commit data...
HttpFoundation @ 903a137e Loading commit data...
HttpKernel @ 925bdab8 Loading commit data...
Routing @ 59cf0bfb Loading commit data...