> security manager That’s not the same security manager being discussed as being deprecated for Java 17 and beyond is it?
Eric Bresie ebre...@gmail.com (mailto:ebre...@gmail.com) > On June 25, 2021 at 4:20:03 PM CDT, Kevin Rushforth <k...@openjdk.java.net > (mailto:k...@openjdk.java.net)> wrote: > On Thu, 24 Jun 2021 23:00:42 GMT, Phil Race <p...@openjdk.org > (mailto:p...@openjdk.org)> wrote: > > Overall the new API and functionality looks good, and fills a void that was > discussed [in this > thread](https://mail.openjdk.java.net/pipermail/openjfx-dev/2019-May/023292.html) > a couple years ago. > > General comments: > > The first, which is the one we had been discussing, is where the URL is a > valid file URL, but the program can't write to it, either because we are > running with a security manager and the application doesn't have permission, > or because we can't write to the output file (e.g., the path doesn't exist or > is read-only). > > PR: https://git.openjdk.java.net/jfx/pull/543