JPlag
JPlag copied to clipboard
FilePathUtils.joinZipPathSegments error on windows
On windows the joinZipPathSegments
of the FilePathUtils
does not work properly on windows. This is because files are not seperated by /
, but rather by \
. A hotfix was provided in #1591, but a proper solution is needed for the future.