Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with jar files not properly unzipping on Linux #128

Closed
duncanp-sonar opened this issue Jul 26, 2019 · 1 comment · Fixed by #207
Closed

Fix issue with jar files not properly unzipping on Linux #128

duncanp-sonar opened this issue Jul 26, 2019 · 1 comment · Fixed by #207
Assignees

Comments

@duncanp-sonar
Copy link
Contributor

Description

If the analyzer being packaged has backslashes as path separators rather than forward slashes then the static resources embedded in the generated jar file will not unzip correctly on Linux machines.

Related

Community thread
PR: #116. Is it possible to use forward-slashes in paths when encoding the zip, rather bulk replacing backslashes when unzipping?

@tnoiretisa
Copy link
Contributor

Hi, is there any planning to merge this PR?
It’s really very impactful for us.
Thank you in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment