RFR: 8302819: Remove JAR Index
Eirik Bjorsnos
duke at openjdk.org
Tue Mar 28 17:57:44 UTC 2023
On Thu, 23 Mar 2023 15:31:31 GMT, Eirik Bjorsnos <duke at openjdk.org> wrote:
> Do you know if the `jar` tool allows running with a `SecurityManager`? If not, we could perhaps simply use `System.getProperty`?
I ended up feeling opimistic and replaced the current code with just `System.getProperty`. If that is any concern doing that, let me know and I can use `AccessController` instead.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13158#issuecomment-1481727128
More information about the security-dev
mailing list