revision 0.4 Http client API
Hello, I have just posted the javadoc for v 0.4 of the Http client API [1] This draft takes into account almost all of the feedback from the last round of reviews. There are a small number of issues still outstanding however. For those who are not aware, the development work done so far has been done as a java.net project. The home page for the project is at [2]. The source and latest version of the api is always available there. We will continue to use this repository and project page up to the point where we integrate the work with jdk8. Thanks, Michael [1] http://cr.openjdk.java.net/~michaelm/httpclient/v0.4/ [2] http://java.net/projects/http-client
Spec review of JEP 114: TLS Server Name Indication (SNI) Extension
Hi, This is the spec review for JEP 114 [1]. webrev: http://cr.openjdk.java.net/~xuelei/7068321/webrev_spec.10/ Network team, per RFC 6066, the host_name in TLS SNI extension need to be encoded in ASCII. In SNIHostName, to get the ASCII-Compatible Encoding (ACE), java.net.IDN is used to convert from general String and UTF-8 encoded byte array to ASCII string. We need expertise in networking, would you please review the spec of SNIHostName? Thanks, Xuelei [1]: http://openjdk.java.net/jeps/114