File tree Expand file tree Collapse file tree 1 file changed +23
-21
lines changed Expand file tree Collapse file tree 1 file changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ Full default configuration
33
44``` yaml
55fos_rest :
6- disable_csrf_role : ~
6+ disable_csrf_role : null
77 access_denied_listener :
8- unauthorized_challenge : ~
98
109 # Prototype
11- name : []
10+ name : ~
11+ unauthorized_challenge : null
1212 param_fetcher_listener : false
13- cache_dir : %kernel.cache_dir%/fos_rest
13+ cache_dir : ' %kernel.cache_dir%/fos_rest'
1414 allowed_methods_listener : false
1515 routing_loader :
16- default_format : ~
16+ default_format : null
1717 include_format : true
1818 body_converter :
1919 enabled : false
@@ -22,71 +22,73 @@ fos_rest:
2222 service :
2323 router : router
2424 templating : templating
25- serializer : jms_serializer.serializer
25+ serializer : null
2626 view_handler : fos_rest.view_handler.default
2727 inflector : fos_rest.inflector.doctrine
2828 validator : validator
2929 serializer :
30- version : ~
30+ version : null
3131 groups : []
3232 serialize_null : false
3333 view :
3434 default_engine : twig
3535 force_redirects :
3636
3737 # Prototype
38- name : []
38+ name : ~
3939 mime_types :
4040
4141 # Prototype
42- name : []
42+ name : ~
4343 formats :
4444
4545 # Prototype
46- name : []
46+ name : ~
4747 templating_formats :
4848
4949 # Prototype
50- name : []
50+ name : ~
5151 view_response_listener : false
5252 failed_validation : 400
5353 empty_content : 204
5454 exception_wrapper_handler : FOS\RestBundle\View\ExceptionWrapperHandler
5555 serialize_null : false
5656 jsonp_handler :
5757 callback_param : callback
58+ callback_filter : ' /(^[a-z0-9_]+$)|(^YUI\.Env\.JSONP\._[0-9]+$)/i'
5859 mime_type : application/javascript+jsonp
5960 exception :
6061 codes :
6162
6263 # Prototype
63- name : []
64+ name : ~
6465 messages :
6566
6667 # Prototype
67- name : []
68+ name : ~
6869 body_listener :
69- throw_exception_on_unsupported_content_type : false
70+ throw_exception_on_unsupported_content_type : false
7071 decoders :
7172
7273 # Prototype
73- name : []
74+ name : ~
75+ array_normalizer : null
7476 format_listener :
7577 rules :
7678
7779 # Prototype array
7880 -
7981 # URL path info
80- path : ~
82+ path : null
8183
8284 # URL host name
83- host : ~
85+ host : null
86+
87+ # Method for URL
88+ methods : null
8489 prefer_extension : true
8590 fallback_format : html
86- priorities :
87-
88- # Prototype
89- name : []
91+ priorities : []
9092 media_type :
9193 version_regex : ' /(v|version)=(?P<version>[0-9\.]+)/'
9294` ` `
You can’t perform that action at this time.
0 commit comments