Skip to content

Commit 8754980

Browse files
committed
Merge branch '1.8'
2 parents dc67616 + fc4f688 commit 8754980

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ CHANGELOG
4949
1.7.9
5050
-----
5151

52+
* fixed that the default exclusion strategy groups for the serializer are not the empty string
53+
5254
* fixed a BC break that prevented the `CamelKeysNormalizer` from removing leading underscores
5355

5456
* fixed the `AllowedMethodsRouteLoader` to work with Symfony 3.0

Resources/doc/3-listener-support.rst

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -207,25 +207,6 @@ that the above listeners will not be limited. If at least one zone is configured
207207
be skipped for all requests that do not match at least one zone. For a single zone config entry can contain matching
208208
rules on the request ``path``, ``host``, ``methods`` and ``ip``.
209209

210-
.. code-block:: yaml
211-
212-
# app/config/config.yml
213-
fos_rest:
214-
zone:
215-
- { path: ^/api/* }
216-
217-
Zone Listener
218-
=============
219-
220-
As you can see, FOSRestBundle provides multiple event listeners to enable REST-related features.
221-
By default, these listeners will be registered to all requests and may conflict with other parts of your application.
222-
223-
Using the ``zone`` configuration, you can specify where the event listeners will be enabled. The zone configuration
224-
allows to configure multiple zones in which the above listeners will be active. If no zone is configured, it means
225-
that the above listeners will not be limited. If at least one zone is configured then the above listeners will
226-
be skipped for all requests that do not match at least one zone. For a single zone config entry can contain matching
227-
rules on the request ``path``, ``host``, ``methods`` and ``ip``.
228-
229210
.. code-block:: yaml
230211
231212
# app/config/config.yml

0 commit comments

Comments
 (0)