JDK-8091053 : Media class to support other URL schemes than http, file or jar.
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: media
  • Affected Version: 8u25
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-01-30
  • Updated: 2018-09-06
  • Resolved: 2017-04-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
Only HTTP, FILE and JAR URL schemes are supported when passing the string URL to the Media class constructor. Since the Java API / architecture allows to derive URLStreamHandler to handle other schemes, could the Media class remove the current restriction ?