IcedTea-Web icon indicating copy to clipboard operation
IcedTea-Web copied to clipboard

Do not apply sanitization to root path when generating paths for downloaded assets in the cache folder

Open fthevenet opened this issue 5 months ago • 2 comments

This PR aims to address issue #972

Application launched via a JNLP file will failed to start for user wtih certain characters in their home folder (e.g. C:\Users\Foo_O'Bar), which is a legal path on Windows, but paths for downloaded asset are incorrectly sanitize as C:\Users\Foo_O_Bar and the application then fails as it attempts to access content in C:\Users\Foo_O_Bar\... instead of C:\Users\Foo_OBar...

fthevenet avatar May 06 '25 17:05 fthevenet