-
Bug
-
Resolution: Fixed
-
P3
-
7u6
-
None
When writing file paths using:
<Image url="@../xxxx"/>
<Media source="@yyyy"/>
<fx:include source="zzzzz"/>
all paths should be encoded as URIs.
In other words, for a file named "My File" the FXML should contain "My%20File"
<Image url="@../xxxx"/>
<Media source="@yyyy"/>
<fx:include source="zzzzz"/>
all paths should be encoded as URIs.
In other words, for a file named "My File" the FXML should contain "My%20File"
- relates to
-
JDK-8117119 The FXML specification should make it clear that all URI paths should be encoded
-
- Resolved
-