Changeset: 759aa847dcaf
Author:alanb
Date: 2011-08-18 16:47 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/759aa847dcaf
7015589: (spec) BufferedWriter.close leaves stream open if close of underlying
Writer fails
Reviewed-by: forax, mduigou
! src/share/classes/java/io/Buffer
Can I get a review for this contribution?
It adds bitmap mime type support to content-types.properties, so that
URLConnection.getContentType() returns 'image/bmp' rather than
'content/unknown'. This is not a commonly used API, but the contribution
seems reasonable.
I agree with the change, j
Chris Hegarty wrote:
Can I get a review for this contribution?
It adds bitmap mime type support to content-types.properties, so that
URLConnection.getContentType() returns 'image/bmp' rather than
'content/unknown'. This is not a commonly used API, but the
contribution seems reasonable.
I ag
Changeset: 55952703809f
Author:weijun
Date: 2011-08-19 13:42 +0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/55952703809f
7043847: NTML impl of SaslServer throws UnsupportedOperationException from
(un)wrap method
7043860: NTML impl of SaslServer doesn't throw ISE from getAuth