RFR: 8139228: JFileChooser renders file names as HTML document
Tejesh R
tr at openjdk.org
Wed Apr 23 10:38:44 UTC 2025
On Wed, 23 Apr 2025 10:22:09 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> I don't think we can reproduce this issue even with custom FileSystemView because windows doesn't allow to create a file with special characters, it just discard those special characters. Also it doesn't allow to create a new folder with special characters through JFileChooser also.
>
> That's the point of using a custom `FileSystemView`… not to create the files on the file system but to return the list of files. The files themselves may not exist on the file system at all.
When we are unable to create a folder with special characters in windows OS, why do we need to test it using custom `FileSystemView` ? My point is will any developer do this in windows?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24439#discussion_r2055762842
More information about the client-libs-dev
mailing list