commit | 09031e372568052390f514ad37efa919299153a4 | [log] [tgz] |
---|---|---|
author | Ganesh Chandrasekaran <ganesh.c@samsung.com> | Mon Apr 02 17:29:53 2018 +0900 |
committer | Ganesh Chandrasekaran <ganesh.c@samsung.com> | Mon Apr 02 17:48:24 2018 +0900 |
tree | 4523c8a03e0c6af85d838bfdeb3919e3405e635e | |
parent | c6029168cd1b95ef2c4a2b554fd0f3b61df185da [diff] |
RESTapiCallNode make request without content-type currently the RESTAPI adaptor doesn't make a REST request with empty Content-type, this change is to help the adaptor to make request with no Content-type, currently defaulting to application/json. This is to avoid, when some servers throw 415 Unsupported Media Type error, when they dont support JSON response. Issue-ID: CCSDK-232 Change-Id: I19fbb949f0aad4ea7ca91d6afcac06a5b7f8deed Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
This source repository contains the code for the CCSDK plugins.
To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".