On Mon, 14 Apr 2025 16:14:03 GMT, Roger Riggs <rri...@openjdk.org> wrote:
>> The JavaIOFilePermissionAccess interface is removed from SharedSecrets and >> its implementation (FilePermCompat.java) used by the test is moved to >> java.io FilePermission where cross package access is not needed. >> The test FilePermissionCollectionMerge is updated to access the internal >> implementation in FilePermission. >> Modernized the initialization from the system property >> `jdk.io.permissionsUseCanonicalPath`. >> The remaining support will be removed when FilePermission is removed. > > Roger Riggs has updated the pull request incrementally with one additional > commit since the last revision: > > Simplify as suggested in review comments > Convert static methods to instance methods and invoke on the existing > FilePermission. Looks good to me but need other engineers to review security related aspects. ------------- Marked as reviewed by liach (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/24603#pullrequestreview-2765200561