jira-client icon indicating copy to clipboard operation
jira-client copied to clipboard

net.rcarz.jiraclient.RestClient#buildURI is adding a null part in path and it is resulting in a 404 response.

Open paulo-arvato opened this issue 3 years ago • 1 comments

net.rcarz.jiraclient.RestClient#buildURI is adding a null part in path and it is resulting in a 404 response.

image

paulo-arvato avatar May 09 '22 09:05 paulo-arvato

Changing httpclient (org.apache.httpcomponents:httpclient) version back to 4.2.5 resolved the issue. With version 4.5.13 I got the same issue.

tess1o avatar Oct 26 '23 11:10 tess1o