File tree Expand file tree Collapse file tree 4 files changed +0
-14
lines changed
components/http_foundation Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ your proxy as follows:
2727 // front controller) to only trust proxy headers coming from these IP addresses
2828 Request::setTrustedProxies(array('192.0.0.1', '10.0.0.0/8'));
2929
30- .. versionadded :: 2.3
31- CIDR notation support was introduced in Symfony 2.3, so you can whitelist whole
32- subnets (e.g. ``10.0.0.0/8 ``, ``fc00::/7 ``).
33-
3430 You should also make sure that your proxy filters unauthorized use of these
3531headers, e.g. if a proxy natively uses the ``X-Forwarded-For `` header, it
3632should not allow clients to send ``Forwarded `` headers to Symfony.
Original file line number Diff line number Diff line change @@ -180,10 +180,6 @@ and ``redirect()`` methods::
180180 return $this->redirect('http://symfony.com/doc');
181181 }
182182
183- .. versionadded :: 2.6
184- The ``redirectToRoute() `` method was introduced in Symfony 2.6. Previously (and still now), you
185- could use ``redirect() `` and ``generateUrl() `` together for this.
186-
187183For more information, see the :doc: `Routing article </routing >`.
188184
189185.. caution ::
Original file line number Diff line number Diff line change @@ -1452,9 +1452,6 @@ name_converter
14521452
14531453**type **: ``string ``
14541454
1455- .. versionadded :: 2.8
1456- The ``name_converter `` option was introduced in Symfony 2.8.
1457-
14581455The name converter to use.
14591456The :class: `Symfony\\ Component\\ Serializer\\ NameConverter\\ CamelCaseToSnakeCaseNameConverter `
14601457name converter can enabled by using the ``serializer.name_converter.camel_case_to_snake_case ``
Original file line number Diff line number Diff line change @@ -223,9 +223,6 @@ A service leveraging `APCu`_ (and APC for PHP < 5.5) is built-in.
223223 Enabling a Name Converter
224224-------------------------
225225
226- .. versionadded :: 2.8
227- The ``name_converter `` option was introduced in Symfony 2.8.
228-
229226The use of a :ref: `name converter <component-serializer-converting-property-names-when-serializing-and-deserializing >`
230227service can be defined in the configuration using the :ref: `name_converter <reference-serializer-name_converter >`
231228option.
You can’t perform that action at this time.
0 commit comments