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 URI decode. #9026

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Conversation

simpletasks
Copy link
Contributor

@simpletasks simpletasks commented Jul 27, 2024

Fix URI decode of the created jar file when the directory on the path contains spaces.
Example of the URI string producing error:
C:\Users\Krunoslav%20Magazin\projects\testcontainers-java\core\build\libs\testcontainers.jar

After decode fix resulting URI is:
C:\Users\Krunoslav Magazin\projects\testcontainers-java\core\build\libs\testcontainers.jar
-> with space and jar file can be found.

#9025 bug report

@simpletasks simpletasks requested a review from a team as a code owner July 27, 2024 23:44
@eddumelendez eddumelendez added this to the next milestone Jul 29, 2024
@eddumelendez eddumelendez merged commit d26eaca into testcontainers:main Jul 29, 2024
100 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants