commit | bbaecf17c8602253566cf55c3bd50b8f7b571792 | [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 | dab436b2be744e51cdb167f464734c7bc2d3b005 | |
parent | 836f8e04527eb8545646f349301298b9b99bf730 [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