-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: client-libs
-
b144
The public static final String constants ExifGPSTagSet.GPS_VERSION_2_2, ExifTIFFTagSet.EXIF_VERSION_2_1, and ExifTIFFTagSet.EXIF_VERSION_2_2 in javax.imageio.plugins.tiff are initialized using the String constructor String(byte[] bytes, Charset charset). They should be initialized using string literals instead.