File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1427,11 +1427,11 @@ A possible solution is to change the parameter requirements to be more permissiv
1427
1427
1428
1428
.. note ::
1429
1429
1430
- If the route defines several parameter and you apply this permissive
1430
+ If the route defines several parameters and you apply this permissive
1431
1431
regular expression to all of them, you might get unexpected results. For
1432
1432
example, if the route definition is ``/share/{path}/{token} `` and both
1433
- ``path `` and ``token `` accept ``/ ``. The ``token `` only get the last path
1434
- and the rest of the match is matched by the first argument ( ``path ``) .
1433
+ ``path `` and ``token `` accept ``/ ``, then ``token `` will only get the last part
1434
+ and the rest is matched by ``path ``.
1435
1435
1436
1436
.. note ::
1437
1437
You can’t perform that action at this time.
0 commit comments