aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
AgeCommit message (Collapse)AuthorFilesLines
2018-11-21Rewrite rest-client to use Jersey 2.x API1.4.0Lee, Tian (tl5884)3-280/+243
This is to fix clashes with the rs-api 2.x jars that Spring Boot requires on the classpath. Change-Id: Ic36cdf0d650f96c54824e2f51c7f8060b2588c66 Issue-ID: AAI-1939 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-11-12remove ability to disable cert chain validationrenealr2-21/+7
Remove the ability to disbale certificate chain validation Issue-ID: AAI-1908 Change-Id: I5803cec657594bfbc814be1e0122a67206d28cc4 Signed-off-by: renealr <reneal.rogers@amdocs.com>
2018-08-15added test case to RestfulClientTest.javaSandeep J1-1/+9
to increase code coverage Issue-ID: AAI-1451 Change-Id: I76a8a3a84b3218b038fda2a240d121481f64a03a Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2017-09-21Expose ssl protocol configdave.adams (da490c)2-0/+36
Issue-ID: AAI-127 Change-Id: I657144887df8ec36b73d0506902ca4d324dd794a Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
2017-09-14Renaming openecomp to onapArul.Nambi5-8/+14
Issue-ID: AAI-208 Change-Id: I852fda30e0b44e73da8ae3e4748b49c663e544d0 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2017-09-08Add name to the top level pom for rest-clientVenkata Harish K Kajur4-0/+88
Issue-ID: AAI-271 Change-Id: I1a66b2042a2a775c55fc8cde021e56bd45a5ef3a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-07-11Fix incorrect result for a server response of 204mark.j.leonard1-692/+309
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-05-24Update rest-client with additional operationsdave.adams (da490c)6-529/+1110
Change-Id: Ia19c5156d40c816dc1ee77cece92c43f40791c59 Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
2017-05-08Initial OpenEcomp A&AI Rest Client commit.Shwetank Dave2-0/+557
Change-Id: Ic6949778061bdf141431c4b14ea2417da6aa1e57 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>