Skip to content

URL.init crashes with white space characters in the file/URL Path.

Gregor requested to merge Longariva/NoMAD:patch-1 into Experimental

URL.init crashes with white space characters in the file/URL Path. This is the case for a custom Welcome/about directory path. Fix: init the URL (aka path for the welcome init.html directory) with fileURLWithPath, as afterwards it's nicely formatted.

Merge request reports