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

Unzip with rlc (zip) file from Rhapsody results in directory name being concatenated with filename. ON LINUX #440

Closed
DragonSky opened this issue Jun 22, 2022 · 4 comments
Assignees
Labels
bug Something isn't working resolved

Comments

@DragonSky
Copy link

I'm trying to unzip an .rlc file (configuration export) from Rhaposody integration engine. In zip4j 2.10.0 on Linux I get the result of the scheme directory being extracted as files with the the directory name concatenated with the filename.
Reverting to zip4j v2.8.0 results in the expected behaviour.

Sorry, don't know what Rhapsody is using to zip up it's rlc export files, it's written in Java though. I can log a request and see if I find out if you'd like.

as below:
image

image
If there is a directory that has sub directories everything seems to work ok.

Details of the file:
image
image

This only occurs on Linux, everything plays fine on windows 10.
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.9"

Happy to provide any further information required.

tracking.zip

@srikanth-lingala
Copy link
Owner

I fixed the issue. I will include it in the next minor release which should be out in a couple of days.

@DragonSky
Copy link
Author

Many thanks. Love your work.

@srikanth-lingala
Copy link
Owner

I included this fix in v2.11.1 which is released today.

@DragonSky
Copy link
Author

Many thanks for this... works as advertised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolved
Projects
None yet
Development

No branches or pull requests

2 participants