Skip to content

Commit e83469e

Browse files
authored
Add ignoreAttributes to the documentation
1 parent b82b0d6 commit e83469e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

routing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,8 @@ Use the ``RedirectController`` to redirect to other routes and URLs:
13671367
# * for temporary redirects, it uses the 307 status code instead of 302
13681368
# * for permanent redirects, it uses the 308 status code instead of 301
13691369
keepRequestMethod: true
1370+
# add this to remove the parameters when redirecting
1371+
ignoreAttributes: true
13701372
13711373
legacy_doc:
13721374
path: /legacy/doc

0 commit comments

Comments
 (0)