We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ccdef commit 90edeb3Copy full SHA for 90edeb3
routing.rst
@@ -1366,7 +1366,7 @@ Use the ``RedirectController`` to redirect to other routes and URLs:
1366
# * for temporary redirects, it uses the 307 status code instead of 302
1367
# * for permanent redirects, it uses the 308 status code instead of 301
1368
keepRequestMethod: true
1369
- # add this to remove the parameters when redirecting
+ # add this to remove the original route attributes when redirecting
1370
ignoreAttributes: true
1371
1372
legacy_doc:
0 commit comments