Throw UncheckedIOException in place of InternalError when HttpClient fails due to unavailability of underlying resources required by SSLContext

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 16
    • Affects Version/s: 15
    • Component/s: core-libs
    • None
    • b12

      SSLContext.getDefault() can throw NoSuchAlgorithmException for various reasons, If that happens, creation of the HttpClient will fail and an InternalError will be relayed to the user.

      The HttpClient.Builder should probably throw an UncheckedIOException in this case.

            Assignee:
            Rahul Yadav
            Reporter:
            Rahul Yadav
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: