- 
    Bug 
- 
    Resolution: Fixed
- 
     P3 P3
- 
    9
                    WebView has special code to recognize URLs like "file:", "http:", "https:", and "jar:". With JDK 9 modularity, we will need to also recognize "jrt:" URLs which are used for resources that are compiled into the JRE runtime image.
They are of the following format:
jrt:/module.name/dir/dir/resource.html
            
They are of the following format:
jrt:/module.name/dir/dir/resource.html
- relates to
- 
                    JDK-8152420 [WebView] Icon font doesn't work if single page application will be loaded from jar -           
- Resolved
 
-         
- 
                    JDK-8209180 Media fails to load source from custom image, with jrt: URL -           
- Resolved
 
-