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

Escape exclamation mark escaping when creating a zip file #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Oct 1, 2024

Copy link
Member

@Postremus Postremus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

AFAIR, this only happens because the ! is a marker to indicate that / is a path inside a jar.
Could you please add a test, where you excersice different combinations including !, and other characters normally needing to be escaped in URLs? (like + ? # etc)

@gsmet
Copy link
Member Author

gsmet commented Oct 2, 2024

TBH, that's how far I'm willing to go to fix this corner case :).

I tested things with the original report.

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 this pull request may close these issues.

Quarkus application build fails inside a folder that ends with !
2 participants