Skip to content

Fix URI decode. #9026

New issue

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

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

Already on GitHub? # to your account

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 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
fokion pushed a commit to fokion/testcontainers-java that referenced this pull request Jan 18, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants