First, let me apologize for my poor judgment back in 2006.
Concatenated gzip members are clearly supported by rfc1952,
the gzip command, and by the many votes for bug 4691425.
The JDK should support this feature as well.
One can argue this change doesn't go far enough,
and that one should be able
Martin Buchholz wrote:
One can argue this change doesn't go far enough,
and that one should be able to perform operations
that motivated the existence of the multiple member feature,
like skip to the next gzip member and to inspect the filename
and extra fields in the gzip header, but that's a mu
Thanks for the improvements.
Everything looks good to me,
but here are some additional suggestions:
Rename n to "members" to make it a little clearer.
38 int n = rnd.nextInt(10) + 1;
Also use a random size with the GZIPInputStream constructor
69 GZIPInputStream gzis = new
Changeset: d01726854317
Author:weijun
Date: 2010-05-24 09:28 +0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d01726854317
6948803: CertPath validation regression caused by SHA1 replacement root and MD2
disable feature
Reviewed-by: xuelei, mullan
! src/share/classes/sun/secur
Changeset: ff9cc9789bb3
Author:weijun
Date: 2010-05-24 09:37 +0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ff9cc9789bb3
6882687: KerberosTime too imprecise
Reviewed-by: valeriep
! src/share/classes/sun/security/krb5/internal/KerberosTime.java
+ test/sun/security/krb5/MicroT
Changeset: ba95fd03440b
Author:weijun
Date: 2010-05-24 10:05 +0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ba95fd03440b
6932525: Incorrect encryption types of KDC_REQ_BODY of AS-REQ with
pre-authentication
Reviewed-by: valeriep
! src/share/classes/sun/security/krb5/KrbAsRe
Changeset: 41a5722e6e10
Author:sherman
Date: 2010-05-24 00:39 -0400
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/41a5722e6e10
4691425: GZIPInputStream fails to read concatenated .gz files
Summary: to support concatenated .gz streams
Reviewed-by: martin
! src/share/classes/java/u