Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028927 | port-stage-ppc-aix | Alan Bateman | P3 | Resolved | Fixed | master |
Description
Martin Buchholz pointed out on nio-dev that the permission check for readSymbolicLink is going to the AccessController directly:
http://mail.openjdk.java.net/pipermail/nio-dev/2013-November/002394.html
Note that this is not a security issue, it's just a bug that means the security manager doesn't get a chance to grant the permission.
Attachments
Issue Links
- backported by
-
JDK-8028927 (fs) Files.readSymbolicLink calls AccessController directly so security manager can't grant the permission
- Resolved