Repository: incubator-unomi Updated Branches: refs/heads/master 53ec1e9b9 -> 265aea359
DMF-739 : Error in log files while starting unomi 1.1.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/265aea35 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/265aea35 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/265aea35 Branch: refs/heads/master Commit: 265aea359882e0cbd30f695097f1b8c5d7a480ac Parents: 53ec1e9 Author: Abdelkader Midani <[email protected]> Authored: Fri Jul 8 15:38:55 2016 +0200 Committer: Abdelkader Midani <[email protected]> Committed: Fri Jul 8 15:38:55 2016 +0200 ---------------------------------------------------------------------- .../META-INF/cxs/actions/requestHeaderToProfilePropertyAction.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/265aea35/plugins/request/src/main/resources/META-INF/cxs/actions/requestHeaderToProfilePropertyAction.json ---------------------------------------------------------------------- diff --git a/plugins/request/src/main/resources/META-INF/cxs/actions/requestHeaderToProfilePropertyAction.json b/plugins/request/src/main/resources/META-INF/cxs/actions/requestHeaderToProfilePropertyAction.json index a90df2c..fbe702f 100644 --- a/plugins/request/src/main/resources/META-INF/cxs/actions/requestHeaderToProfilePropertyAction.json +++ b/plugins/request/src/main/resources/META-INF/cxs/actions/requestHeaderToProfilePropertyAction.json @@ -18,7 +18,7 @@ { "id": "profilePropertyName", "type": "string", - "multivalued": false, + "multivalued": false }, { "id": "sessionPropertyName",
