Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8187365

Internal error with new HTTP client

    XMLWordPrintable

Details

    • generic
    • generic

    Description

      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.

      Attachments

        Activity

          People

            chegar Chris Hegarty
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: