From ebc6fa08b6ee5fb693da1443285c8da7daa1d0f2 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Tue, 22 Jul 2014 10:12:46 +0000 Subject: QPID-5903: Apply json escaping mechanism to virtualhost blueprints used in initial-config.json and test-profiles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1612530 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker-core/src/main/resources/initial-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/broker-core/src') diff --git a/java/broker-core/src/main/resources/initial-config.json b/java/broker-core/src/main/resources/initial-config.json index a7c00da02e..5922ba0319 100644 --- a/java/broker-core/src/main/resources/initial-config.json +++ b/java/broker-core/src/main/resources/initial-config.json @@ -57,7 +57,7 @@ "type" : "JSON", "storePath" : "${qpid.work_dir}/default/config", "context" : { - "virtualhostBlueprint" : "{ \"type\" : \"DERBY\", \"storePath\" : \"${qpid.work_dir}/default/messages\" }" + "virtualhostBlueprint" : "{ \"type\" : \"DERBY\", \"storePath\" : \"${json:qpid.work_dir}/default/messages\" }" } } ], "plugins" : [ { -- cgit v1.2.1