From 521000b2278eaf9fb1e57533e523014da1900098 Mon Sep 17 00:00:00 2001 From: talio Date: Sun, 21 Apr 2019 12:43:15 +0300 Subject: Fix property name regex property name should contain only letters, numbers and / or underscores Change-Id: Ic6b8d627a30f5f157bed1617a8af819b66352136 Issue-ID: SDC-2243 Signed-off-by: talio --- catalog-be/src/main/resources/config/error-configuration.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'catalog-be/src/main/resources') diff --git a/catalog-be/src/main/resources/config/error-configuration.yaml b/catalog-be/src/main/resources/config/error-configuration.yaml index 312d90c307..f9e5407e30 100644 --- a/catalog-be/src/main/resources/config/error-configuration.yaml +++ b/catalog-be/src/main/resources/config/error-configuration.yaml @@ -2268,4 +2268,10 @@ errors: code: 400, message: "Error: Invalid property values provided:\n %1", messageId: "SVC4735" + } +#---------SVC4727------------------------------ + INVALID_PROPERTY_NAME: { + code: 400, + message: "Error: Property name contains invalid characters. It should have only letters, numbers and underscores.", + messageId: "SVC4727" } \ No newline at end of file -- cgit 1.2.3-korg