hg: jdk8/tl/jdk: 7015589: (spec) BufferedWriter.close leaves stream open if close of underlying Writer fails

2011-08-18 Thread alan . bateman
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

Code Review 7025938: Add bitmap mime type to content-types.properties

2011-08-18 Thread Chris Hegarty
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

Re: Code Review 7025938: Add bitmap mime type to content-types.properties

2011-08-18 Thread Alan Bateman
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

hg: jdk8/tl/jdk: 7043847: NTML impl of SaslServer throws UnsupportedOperationException from (un)wrap method; ...

2011-08-18 Thread weijun . wang
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