Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8232548 | openjdk8u242 | Andrew Hughes | P4 | Resolved | Fixed | team |
JDK-8232309 | openjdk8u232 | Andrew Hughes | P4 | Resolved | Fixed | b09 |
JDK-8232489 | openjdk7u | Andrew Hughes | P4 | Resolved | Fixed | master |
For compatibility reason, when creating a FilePermission with a invalid path (i.e. if Paths.get(path) throws an exception) the creation succeeds but internally the mask and npath fields are assigned special values so that they don't equals/implies with a valid FilePermission. This can be made clearer.
- backported by
-
JDK-8232309 Better invalid FilePermission
- Resolved
-
JDK-8232489 Better invalid FilePermission
- Resolved
-
JDK-8232548 Better invalid FilePermission
- Resolved
- relates to
-
JDK-8164705 Remove pathname canonicalization from FilePermission
- Closed
-
JDK-8168968 Two jaxp tests failing after JDK-8167646
- Closed