Review request for 6891707: Eliminate the java.io.FilePermission dependency on PolicyFile (original) (raw)
Mandy Chung Mandy.Chung at Sun.COM
Wed Oct 14 23:57:50 UTC 2009
- Previous message: hg: jdk7/tl/langtools: 6838467: JSR199 FileObjects don't obey general contract of equals.
- Next message: Review request for 6891707: Eliminate the java.io.FilePermission dependency on PolicyFile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Alan, Sean,
Can you review the fix for: 6891707: Eliminate the java.io.FilePermission dependency on PolicyFile
Webrev: http://cr.openjdk.java.net/~mchung/6891707/webrev.00/
FilePermission and PolicyFile are the two callers to the sun.security.provider.PolicyFile.canonPath method. Adding a new class for the canonPath method seems unnecessary. So the fix just duplicates the code in FilePermission class.
Thanks Mandy
- Previous message: hg: jdk7/tl/langtools: 6838467: JSR199 FileObjects don't obey general contract of equals.
- Next message: Review request for 6891707: Eliminate the java.io.FilePermission dependency on PolicyFile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]