-
Sub-task
-
Resolution: Delivered
-
P4
-
16
-
Verified
Prior to JDK 16, GZIPOutputStream set the OS field in the GZIP header to 0 (meaning FAT filesystem), which does not match the default value specified in section 2.3.1.2 of the GZIP file format specification version 4.3 (RFC 1952).
As of JDK 16, the GZIP OS Header Field is set to 255, which is the default value as defined in RFC 1952.
As of JDK 16, the GZIP OS Header Field is set to 255, which is the default value as defined in RFC 1952.