File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1100,9 +1100,10 @@ A possible solution is to change the parameter requirements to be more permissiv
1100
1100
.. note ::
1101
1101
1102
1102
If the route defines several parameter and you apply this permissive
1103
- regular expression to all of them. For
1103
+ regular expression to all of them, you might get unexpected results . For
1104
1104
example, if the route definition is ``/share/{path}/{token} `` and both
1105
- ``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
+ ``path `` and ``token `` accept ``/ ``. The ``token `` only get the last path
1106
+ and the rest of the match is matched by the first argument (``path ``).
1106
1107
1107
1108
.. note ::
1108
1109
You can’t perform that action at this time.
0 commit comments