Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038693 | 1.3.1 | Margarita Fisher | P5 | Closed | Won't Fix |
In the method sun.plugin.cachescheme.HTMLInstaller.mangleName
the Exception message needs to be fixed. Put a space between "cannot"
and remove the s from "contains".
sun.plugin.cachescheme.AppletInstallationException: "applet_html_title" cannot contains the following characters: / \ : * ? " < > |
at sun.plugin.cachescheme.HTMLInstaller.mangleName(HTMLInstaller.java:219)
the Exception message needs to be fixed. Put a space between "cannot"
and remove the s from "contains".
sun.plugin.cachescheme.AppletInstallationException: "applet_html_title" cannot contains the following characters: / \ : * ? " < > |
at sun.plugin.cachescheme.HTMLInstaller.mangleName(HTMLInstaller.java:219)
- backported by
-
JDK-2038693 mangleName exception string needs changing
-
- Closed
-