Skip to content

Issue #15289 - Workaround bug in FileSystem.getPath(String).toUri() with unicode paths#15305

Merged
joakime merged 1 commit into
jetty-12.0.xfrom
fix/12.0.x/15289/filesystempool.unicode.workaround
Jun 15, 2026
Merged

Issue #15289 - Workaround bug in FileSystem.getPath(String).toUri() with unicode paths#15305
joakime merged 1 commit into
jetty-12.0.xfrom
fix/12.0.x/15289/filesystempool.unicode.workaround

Conversation

@joakime

@joakime joakime commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Workaround for bug in java's FileSystem.getPath(String).toUri() when working with unicode paths.

Closes #15289

@joakime joakime requested a review from lorban June 15, 2026 15:39
@joakime joakime self-assigned this Jun 15, 2026
@joakime joakime added the Bug For general bugs on Jetty side label Jun 15, 2026
@joakime joakime added JVM Issue Issue present in a JVM Runtime java Pull requests that update Java code labels Jun 15, 2026
@joakime joakime moved this to 👀 In review in Jetty 12.0.37 Jun 15, 2026
@joakime joakime merged commit de4d099 into jetty-12.0.x Jun 15, 2026
9 checks passed
@joakime joakime deleted the fix/12.0.x/15289/filesystempool.unicode.workaround branch June 15, 2026 18:16
@github-project-automation github-project-automation Bot moved this from 👀 In review to ✅ Done in Jetty 12.0.37 Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug For general bugs on Jetty side java Pull requests that update Java code JVM Issue Issue present in a JVM Runtime

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

FileSystemPool fails to mount a jar located under a non-ASCII path ("Bad escape")

2 participants