RFR: 8223717: javafx printing: Support Specifying Print to File in the API [v3]

Eric Bresie ebresie at gmail.com
Sat Jun 26 01:42:26 UTC 2021


> security manager

That’s not the same security manager being discussed as being deprecated for Java 17 and beyond is it?

Eric Bresie
Ebresie at gmail.com (mailto:Ebresie at gmail.com)

> On June 25, 2021 at 4:20:03 PM CDT, Kevin Rushforth <kcr at openjdk.java.net (mailto:kcr at openjdk.java.net)> wrote:
> On Thu, 24 Jun 2021 23:00:42 GMT, Phil Race <prr at openjdk.org (mailto:prr at 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


More information about the openjfx-dev mailing list