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

Engrampa ignores leading whitespace of (at least) directories. #299

Closed
RobertZenz opened this issue Sep 2, 2019 · 2 comments · Fixed by #300
Closed

Engrampa ignores leading whitespace of (at least) directories. #299

RobertZenz opened this issue Sep 2, 2019 · 2 comments · Fixed by #300

Comments

@RobertZenz
Copy link

RobertZenz commented Sep 2, 2019

Follow-up from #291.

Engrampa ignores leading whitespace of (at least) directories.

  1. Create two directories "test" and " test" mkdir "test" " test"
  2. Pack them up tar -cf test.tar "test" " test"

If we view it with tar we get this:

$ tar -tf test.tar 
test/
 test/

However, Engrampa does only show one "test" directory in the archive.

Most curiously, this does not occur when you package them up as zip (which is part of the original bug report, as jars are only zip files).

@RobertZenz RobertZenz changed the title Engrampa ignores leading whitespace of directories. Engrampa ignores leading whitespace of (at least) directories. Sep 2, 2019
rbuj added a commit that referenced this issue Sep 2, 2019
@RobertZenz
Copy link
Author

@rbuj A heads up, I've only tested it with tars, but I've also seen the same in a jar but could not reproduce it with a zip. So the other implementations should also be checked whether they have this problem.

@rbuj
Copy link
Contributor

rbuj commented Sep 3, 2019

@RobertZenz jar: blank spaces are not allowed in fully-qualified names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants