Remove deprecated error.path property

This commit is contained in:
Stephane Nicoll 2017-08-24 13:41:37 +02:00
parent 4dc5022203
commit 0a7a4c60aa

View File

@ -1,12 +1,4 @@
{"properties": [
{
"name": "error.path",
"type": "java.lang.String",
"description": "Path of the error controller.",
"deprecation": {
"replacement": "server.error.path"
}
},
{
"name": "security.basic.authorize-mode",
"defaultValue": "role"