On Tue, 26 Nov 2024 04:37:10 GMT, Alexander Zvegintsev <[email protected]> 
wrote:

> One test still uses runtime permission:
> 
> ```
> ./test/jdk/java/awt/print/PrinterJob/PrintToDir.java:129:                
> security.checkPermission(new FilePermission("<<ALL FILES>>", "read,write"));
> ./test/jdk/java/awt/print/PrinterJob/PrintToDir.java:130:                
> security.checkPermission(new PropertyPermission("user.dir", "read"));
> ```

Keep grepping. I'll also do a grep over the various client test directories 
soon.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/22373#issuecomment-2499828801

Reply via email to