Thanks for providing the latest logging. We've applied a fix to SC/SGWT 13.0 and newer branches, which should be in the nightly builds dated 2022-06-15 and beyond.
The implementation issue is that Java Path/Paths are not compatible with the Java URI class (constructor). In particular when a Java URI is built, the supplied paths are not normalized to convert the platform separator to web format (forward slash).
The implementation issue is that Java Path/Paths are not compatible with the Java URI class (constructor). In particular when a Java URI is built, the supplied paths are not normalized to convert the platform separator to web format (forward slash).
Comment