Hi Michael,

This is a forward port of a fix from JDK6u6 to JDK7. The source changes are small and the very same as what went in 6.

The HttpClient was changed to use getHostString (does not perform reverse lookup), but the HttpsClient was overlooked at the time. This fix changes the HttpsClient to delegate to the already fixed HttpClient.

Webrev:
  http://cr.openjdk.java.net/~chegar/6632169/webrev.00/webrev/

-Chris.

Reply via email to