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 1cfe0e2 commit 526b146Copy full SHA for 526b146
routing.rst
@@ -1100,8 +1100,7 @@ A possible solution is to change the parameter requirements to be more permissiv
1100
If the route defines several parameter and you apply this permissive
1101
regular expression to all of them. For
1102
example, if the route definition is ``/share/{path}/{token}`` and both
1103
- ``path`` and ``token`` accept ``/``, then ``path`` will contain its contents
1104
- and ``token`` will contain its contents. ``token`` will not be empty.
+ ``path`` and ``token`` accept ``/``. The ``token`` only get the last path and the rest of the match is matched by the first argument (``path``).
1105
1106
.. note::
1107
0 commit comments