You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice to attract community's attention to this somehow. Recently I updated one of my projects to 4.1 beta for test and for about an hour couldn't understand why I had infinite redirects on favicon.ico (which didn't exist).
Only after thorough analysis I realized I had to remove my redirect controller from routes.yaml.
It looks like since
4.1
and symfony/symfony#26283 article https://symfony.com/doc/current/routing/redirect_trailing_slash.html is no longer needed.Besides implementing such a controller in
4.1
will cause infinite redirect from no trailing slash to trailing slash and back for non matching urls.The text was updated successfully, but these errors were encountered: