Fix default values in metadata for HiddenHttpMethodFilter

See gh-18435
This commit is contained in:
dreis2211 2019-09-29 15:09:07 +02:00 committed by Stephane Nicoll
parent c9838f2509
commit bafc10f2c4
1 changed files with 2 additions and 2 deletions

View File

@ -719,7 +719,7 @@
"name": "spring.mvc.hiddenmethod.filter.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable Spring's HiddenHttpMethodFilter.",
"defaultValue": true
"defaultValue": false
},
{
"name" : "spring.mvc.media-types",
@ -2096,7 +2096,7 @@
"name": "spring.webflux.hiddenmethod.filter.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable Spring's HiddenHttpMethodFilter.",
"defaultValue": true
"defaultValue": false
}
],
"hints": [