As per: http://openjdk.java.net/projects/jdk7/builds/
Our first mercurial integration for b25 into the MASTER is next Friday,
so in order to get our PreIntegration Testing (PIT) done in time, our
JSN codefreeze will be Monday at noon (Pacific time), so we can get the
JSN changes into the TL
Changeset: 6068b786e186
Author:mullan
Date: 2008-03-13 13:29 -0400
URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/6068b786e186
6611991: Add support for parsing RFC4514 DNs to X500Principal
Summary: Added new test and made one code change to escape null characters.
Reviewed-by: vin
* Max Wang:
> I'm sending a byte[100] on client side using 100 calls of
> write(int). When receiving them on the server side using
> read(byte[100]), I need to call it 100 times and each time it only
> returns 1.
>
> Does this mean the client generates one SSL packet for each write()
> call?
So