-
Bug
-
Resolution: Fixed
-
P4
-
None
-
9
-
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.