mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8209901: Canonical file handling
Reviewed-by: mullan, alanb, ahgross
This commit is contained in:
parent
cb06712f5a
commit
9eb755e85e
5 changed files with 126 additions and 13 deletions
|
@ -463,6 +463,9 @@ public final class FilePermission extends Permission implements Serializable {
|
|||
* <P>
|
||||
* The default value of the {@code jdk.io.permissionsUseCanonicalPath}
|
||||
* system property is {@code false} in this implementation.
|
||||
* <p>
|
||||
* The value can also be set with a security property using the same name,
|
||||
* but setting a system property will override the security property value.
|
||||
*
|
||||
* @param path the pathname of the file/directory.
|
||||
* @param actions the action string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue