diff options
| author | Keith Wall <kwall@apache.org> | 2014-07-22 10:12:46 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-07-22 10:12:46 +0000 |
| commit | 6738190a2b499f35dd7a7329a2c8d9cd384ab752 (patch) | |
| tree | 84bf305fdb74dcf2bc7898beb823bcbeed43d751 /qpid/java/broker-core | |
| parent | f02f8a601eb093f7a3588b74554d8143dffdf139 (diff) | |
| download | qpid-python-6738190a2b499f35dd7a7329a2c8d9cd384ab752.tar.gz | |
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@1612530 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-core')
| -rw-r--r-- | qpid/java/broker-core/src/main/resources/initial-config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/broker-core/src/main/resources/initial-config.json b/qpid/java/broker-core/src/main/resources/initial-config.json index a7c00da02e..5922ba0319 100644 --- a/qpid/java/broker-core/src/main/resources/initial-config.json +++ b/qpid/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" : [ { |
