-
Bug
-
Resolution: Fixed
-
P2
-
6u18
-
b01
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2198840 | 7 | Hao Dong | P2 | Resolved | Fixed | b104 |
our XML parsing of JNLP files is not robust enough. sometimes when JNLP files has syntax error, we did not report error and just ignore and continue. instead, we should report error to user instead.
e.g missing /> in <applet-desc> or <update>
see JIRA issue: http://javafx-jira.kenai.com/browse/RT-4843
Our JNLP XML parser should be able to catch these error and report to user; instead of ignoring the error and continue to launch.
e.g missing /> in <applet-desc> or <update>
see JIRA issue: http://javafx-jira.kenai.com/browse/RT-4843
Our JNLP XML parser should be able to catch these error and report to user; instead of ignoring the error and continue to launch.
- backported by
-
JDK-2198840 improve error handling of webstart/plugin XML parser
-
- Resolved
-
- duplicates
-
JDK-6877680 missing end '/' for param within <applet-desc> should be detected
-
- Closed
-