@@ -953,17 +953,21 @@ every request.
953953
954954Here are some common examples of how ``base_uri `` merging works in practice:
955955
956- ======================= ================== ==========================
957- ``base_uri `` Relative URI Actual Requested URI
958- ======================= ================== ==========================
959- http://example.org /bar http://example.org/bar
960- http://example.org/foo /bar http://example.org/bar
961- http://example.org/foo bar http://example.org/bar
962- http://example.org/foo/ bar http://example.org/foo/bar
963- http://example.org/foo/ /bar http://example.org/bar
964- http://example.org http://symfony.com http://symfony.com
965- http://example.org/?bar bar http://example.org/bar
966- ======================= ================== ==========================
956+ ========================== ================== ==========================
957+ ``base_uri `` Relative URI Actual Requested URI
958+ ========================== ================== ==========================
959+ http://example.org /bar http://example.org/bar
960+ http://example.org/foo /bar http://example.org/bar
961+ http://example.org/foo bar http://example.org/bar
962+ http://example.org/foo/ /bar http://example.org/bar
963+ http://example.org/foo/ bar http://example.org/foo/bar
964+ http://example.org http://symfony.com http://symfony.com
965+ http://example.org/?bar bar http://example.org/bar
966+ http://example.org/api/v4 /bar http://example.org/bar
967+ http://example.org/api/v4/ /bar http://example.org/bar
968+ http://example.org/api/v4 bar http://example.org/api/bar
969+ http://example.org/api/v4/ bar http://example.org/api/v4/bar
970+ ========================== ================== ==========================
967971
968972bindto
969973......
0 commit comments