On Mon, 14 Apr 2025 20:57:17 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> In `java.io.WinNTFileSystem::isInvalid`, replace an insufficient test for > file path validity with a sufficient test for file path invalidity. Also, add > a new test. This pull request has now been integrated. Changeset: 57862005 Author: Brian Burkhalter <b...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/57862005f9914ce60aa389a6e35d2e0cd38f8c35 Stats: 104 lines in 2 files changed: 92 ins; 8 del; 4 mod 8354450: A File should be invalid if an element of its name sequence ends with a space Reviewed-by: alanb ------------- PR: https://git.openjdk.org/jdk/pull/24635