-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
In JDK-8218268, it was noted[1] that
the JAR spec does not mention how or if
%-encoding is treated in Class-Path entries.
For instance, can
"%20" be used to include a space character in a Class-Path entry?
It would be good to address this.
1. https://bugs.openjdk.java.net/browse/JDK-8218268?focusedCommentId=14248517&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14248517
the JAR spec does not mention how or if
%-encoding is treated in Class-Path entries.
For instance, can
"%20" be used to include a space character in a Class-Path entry?
It would be good to address this.
1. https://bugs.openjdk.java.net/browse/JDK-8218268?focusedCommentId=14248517&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14248517
- relates to
-
JDK-8218268 Javac treats Manifest Class-Path entries as Paths instead of URLs
- Resolved
-
JDK-8211941 Enable checking/ignoring of non-conforming Class-Path entries
- Closed