JDK-8170364 : FilePermission path modified during merge
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-11-26
  • Updated: 2016-12-12
  • Resolved: 2016-11-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b148Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
When two FilePermissions with the same name (but different actions) are added into a PermissionCollection, we create a new FilePermission with a merged actions. The new object is created using the old names but the name might be changed in FilePermCompat::newPermPlusAltPath or FilePermCompat::newPermUsingAltPath,