Add context in http to ignore empty nodes 75/35375/1
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Tue, 13 Mar 2018 05:58:32 +0000 (11:28 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Tue, 13 Mar 2018 06:14:59 +0000 (11:44 +0530)
commit832fa27e7002efb57f9c141e1e8d04186a956df9
treeb3c76b922d5e54bce139362eca89524ecd505fef
parent4c5a2237e1fe284eb2ed158f65d6c903477c5556
Add context in http to ignore empty nodes

Issue-ID: CLI-101

Change-Id: Ie84158a516f66a7d957db25386d9942e112b6ebf
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java
profiles/http/src/main/java/org/onap/cli/fw/http/connect/HttpInput.java
profiles/http/src/main/java/org/onap/cli/fw/http/error/OnapCommandHttpInvalidRequestBody.java [new file with mode: 0644]
profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java
profiles/http/src/main/java/org/onap/cli/fw/http/utils/OnapCommandHttpUtils.java
profiles/http/src/main/resources/open-cli-http.properties
profiles/http/src/test/java/org/onap/cli/fw/http/HttpInputOutputTest.java
profiles/http/src/test/java/org/onap/cli/fw/http/utils/OnapCommandUtilsTest.java
profiles/http/src/test/resources/open-cli-schema/sample-test1-schema-http.yaml
profiles/http/src/test/resources/sample-test-schema-swagger.yaml [deleted file]