-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 7u6
-
Component/s: javafx
-
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
-