| commit | fedd0d33668a65efb33379fe9cbd01ea062ba7c2 | [log] [tgz] |
|---|---|---|
| author | Ramanand Patil <rpatil@openjdk.org> | Tue Feb 02 18:30:22 2016 +0530 |
| committer | Ramanand Patil <rpatil@openjdk.org> | Tue Feb 02 18:30:22 2016 +0530 |
| tree | 54c2daaf168555345cce1ae4f9325b7f7553a0e4 | |
| parent | 4294c66f4b3c186e25508fdd7d79e52524dcb128 [diff] |
8145388: URLConnection.guessContentTypeFromStream returns image/jpg for some JPEG images Since "image/jpg" is not a valid Content Type, the method should return "image/jpeg" when APPn marker segment has 'EE' as a marker type. Reviewed-by: prr, bpb