Skip to content

Commit 7cb2585

Browse files
committed
minor #12256 [Routing] Removed a note about automatic redirection (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- [Routing] Removed a note about automatic redirection Same as #12247 (created by @xavierleune) but for 4.3 branch. Commits ------- d3a028a [Routing
2 parents 502806a + d3a028a commit 7cb2585

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

routing.rst

-6
Original file line numberDiff line numberDiff line change
@@ -1448,12 +1448,6 @@ Route URL If the requested URL is ``/foo`` If the requested URL is ``
14481448
``/foo/`` It makes a ``301`` redirect to ``/foo/`` It matches (``200`` status response)
14491449
========== ======================================== ==========================================
14501450

1451-
.. note::
1452-
1453-
If your application defines different routes for each path (``/foo`` and
1454-
``/foo/``) this automatic redirection doesn't take place and the right
1455-
route is always matched.
1456-
14571451
Sub-Domain Routing
14581452
------------------
14591453

0 commit comments

Comments
 (0)