Replacing default FileSystemProvider

Michael Hall mik3hall at gmail.com
Tue Mar 23 13:28:34 UTC 2021



> On Mar 22, 2021, at 3:34 AM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
> 
> On 21/03/2021 21:46, Michael Hall wrote:
>> :
>> Could you forward the bug report number when you have one? I would like to re-do some of the GitHub related to this and com.apple.eio.FileManager when I know this will work current. So track the bug a little myself.
>> 
> Here it is now (I didn't get time to create it yesterday)
>   https://bugs.openjdk.java.net/browse/JDK-8263940
> 
> -Alan

Thank you.

Fwiw verbose class loading seems to indicate a security check is failing?

[0.143s][info][class,load] java.util.zip.ZipFile$Source source: jrt:/java.base
[0.143s][info][class,load] java.util.zip.ZipFile$Source$Key source: jrt:/java.base
[0.143s][info][class,load] java.security.PrivilegedActionException source: jrt:/java.base
[0.144s][info][class,load] java.io.IOException source: jrt:/java.base
[0.144s][info][class,load] java.lang.SecurityException source: jrt:/java.base
Exception in thread "main" [0.145s][info][class,load] java.lang.Throwable$PrintStreamOrWriter source: jrt:/java.base

If I’m interpreting that correctly. Or the IOException is being turned into a security exception.



More information about the nio-dev mailing list