File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ CHANGELOG
49491.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
Original file line number Diff line number Diff line change @@ -207,25 +207,6 @@ that the above listeners will not be limited. If at least one zone is configured
207207be skipped for all requests that do not match at least one zone. For a single zone config entry can contain matching
208208rules 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
You can’t perform that action at this time.
0 commit comments