RFR: 8367284: (fs) Support current working directory target in SecureDirectoryStream.move [v3]
Alan Bateman
alanb at openjdk.org
Wed Jan 14 07:43:08 UTC 2026
On Tue, 13 Jan 2026 19:05:45 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Change `java.nio.file.SecureDirectoryStream.move` so that, instead of throwing a `NullPointerException` if the `targetdir` parameter is `null`, it considers a non-absolute path passed via `targetpath` as being relative to the current working directory.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8367284: Address comments about test
Marked as reviewed by alanb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/27178#pullrequestreview-3659304951
More information about the nio-dev
mailing list