Details
Description
We need to make sure all content in the JNLP/html and manifes is escaped as needed.
E.g. to pass < char in the application argument user should use < in the ant task (this is because ant requires escaping) and as a result of that JNLP should contain < too but manifest should contain < or perhaps \<.
This is potential source of inconvenience and subtle bugs.
E.g. to pass < char in the application argument user should use < in the ant task (this is because ant requires escaping) and as a result of that JNLP should contain < too but manifest should contain < or perhaps \<.
This is potential source of inconvenience and subtle bugs.
Attachments
Issue Links
- blocks
-
JDK-8092170 Review documentation in Deployment Guide about escaping characters in JNLP, HTML, and manifest
-
- Open
-