[FIXED JENKINS-9942] Convert system path separator to "/"
The ZipArchiver was visit()'d with a relative path that uses the system's path separator, but zip archives require a forward slash for platform compatibility. This fix replaces the platform-dependent File.separatorChar with a forward slash.
Loading
Please register or sign in to comment