-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
None
-
Affects Version/s: 9
-
Component/s: core-libs
-
generic
-
generic
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
Calling:
HttpRequest request = HttpRequest.newBuilder()
.uri(new URI("https://httpbin.org"))
.GET()
.build();
results in an internal error.
Calling the HTTP (without s) site causes a 400 return where other clients work.
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
Calling:
HttpRequest request = HttpRequest.newBuilder()
.uri(new URI("https://httpbin.org"))
.GET()
.build();
results in an internal error.
Calling the HTTP (without s) site causes a 400 return where other clients work.
REPRODUCIBILITY :
This bug can be reproduced always.