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. I don't think we can't couple these too, meaning the ADS configuration shouldn't influence whether trailing spaces are allowed. I think we can still fat path when the input doesn't contain a space, just might need a slower path when the input has a space. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24635#issuecomment-2804985095