summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-07-31Changing the license and trademarkARUL NAMBI7-42/+28
Issue-ID: AAI-88 Change-Id: I3a5641a294c4072734aca565369cf759a9030cf9 Signed-off-by: ARUL NAMBI <arul.nambi@amdocs.com>
2017-07-11Extract a constant in place of a hardcoded valueRyan Goulding1-1/+2
This is a bit cleaner IMO but open to suggestions. Change-Id: I074f18eb93aee5582629d04c21295a07bc45c089 Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
2017-07-11Fix incorrect result for a server response of 204mark.j.leonard2-697/+314
The Rest Client will not always call the method getEntity() on a com.sun.jersey.api.client.ClientResponse object, which is documented to throw a UniformInterfaceException if the HTTP server response status is 204 (No Content). This fix prevents the Rest Client handling the thrown exception by returning a 500 response to the caller, which would wrongly indicate an Internal Server Error. Change-Id: I7b78d2b43213e330593bbea559025f790db6264f Issue-ID: AAI-48 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2017-06-09Modify authentication mode defaultdave.adams (da490c)1-2/+2
Change-Id: I751af549f37200b6e12cf2b6f1319f3d4d5f628a Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
2017-05-24Update rest-client with additional operationsdave.adams (da490c)14-635/+1605
Change-Id: Ia19c5156d40c816dc1ee77cece92c43f40791c59 Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
2017-05-08Initial OpenEcomp A&AI Rest Client commit.Shwetank Dave9-0/+1878
Change-Id: Ic6949778061bdf141431c4b14ea2417da6aa1e57 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>