Commit bafc10f2 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Fix default values in metadata for HiddenHttpMethodFilter

See gh-18435
parent c9838f25
...@@ -719,7 +719,7 @@ ...@@ -719,7 +719,7 @@
"name": "spring.mvc.hiddenmethod.filter.enabled", "name": "spring.mvc.hiddenmethod.filter.enabled",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
"description": "Whether to enable Spring's HiddenHttpMethodFilter.", "description": "Whether to enable Spring's HiddenHttpMethodFilter.",
"defaultValue": true "defaultValue": false
}, },
{ {
"name" : "spring.mvc.media-types", "name" : "spring.mvc.media-types",
...@@ -2096,7 +2096,7 @@ ...@@ -2096,7 +2096,7 @@
"name": "spring.webflux.hiddenmethod.filter.enabled", "name": "spring.webflux.hiddenmethod.filter.enabled",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
"description": "Whether to enable Spring's HiddenHttpMethodFilter.", "description": "Whether to enable Spring's HiddenHttpMethodFilter.",
"defaultValue": true "defaultValue": false
} }
], ],
"hints": [ "hints": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment