-
Bug
-
Resolution: Fixed
-
P4
-
8u51, 9
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8213693 | 8u202 | Raymond Gallardo | P4 | Resolved | Fixed | b04 |
JDK-8216958 | emb-8u201 | Raymond Gallardo | P4 | Resolved | Fixed | master |
For Java Web Start application, neither key nor value of a property is allowed to contain characters ‘%’ and ‘"’. Such properties are considered insecure since using either character could result in incorrect command line parsing. See JDK-8136475 for more details.
Yet this limitation is not documented in JNLP File Syntax documentation at https://docs.oracle.com/javase/8/docs/technotes/guides/javaws/developersguide/syntax.html
Yet this limitation is not documented in JNLP File Syntax documentation at https://docs.oracle.com/javase/8/docs/technotes/guides/javaws/developersguide/syntax.html
- backported by
-
JDK-8213693 Document that % and " characters are not supported in keys and values of a property for Java Web Start
-
- Resolved
-
-
JDK-8216958 Document that % and " characters are not supported in keys and values of a property for Java Web Start
-
- Resolved
-
- relates to
-
JDK-8136475 insecure jnlp property even if prefix with "jnlp"
-
- Closed
-