On 24/06/2019 15:27, Mark Thomas wrote: > On 24/06/2019 13:56, Konstantin Kolinko wrote: >> пн, 24 июн. 2019 г. в 15:51, <ma...@apache.org>: >>> >>> This is an automated email from the ASF dual-hosted git repository. >>> >>> markt pushed a commit to branch 8.5.x >>> in repository https://gitbox.apache.org/repos/asf/tomcat.git >>> >>> commit 41db6c85dfb6f704e2911fb2e41a72e6944852ae >>> Author: Mark Thomas <ma...@apache.org> >>> AuthorDate: Mon Jun 24 10:09:55 2019 +0100 >>> >>> Remove mappings provided by the JVM >> >> There are different JVM implementations out there. Are you sure of this >> change? > > As I can be. The mapping was created because older Sun JREs didn't > support "iso-2022-cn" (the first one I tested). Not because some vendors > hadn't implemented them. > > The original file dates back over 12 years: > > http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-spec-javamail-1.4/src/main/java/javax/mail/internet/MimeUtility.java?annotate=421852&pathrev=421852 > > If you go back to Java 5 they are all known. > > Java 1.4 only iso-2022-cn is unknown. > > I'm having trouble testing with Java 1.3 (looks like a JRE install issue > - not unreasonable given its age)
With thanks to Microsoft for providing an MSDN license so I could switch to Windows... On Java 1.3.1: iso-2022-cn - UNKNOWN iso-2022-kr - UNKNOWN utf8 - UNKNOWN Travelling even further down memory lane... On Java 1.2.2 is the same as 1.3.1 Keep in mind I am testing the latest versions of these. Earlier point releases may have had other issues. I did try 1.1.8 but that won't install on 64-bit Windows 7. But you get the idea. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org