Fix Windows path parsing in JarScanner by tylfin · Pull Request #10664 · DataDog/dd-trace-java

@tylfin tylfin marked this pull request as ready for review

February 24, 2026 10:38

@tylfin

Use Paths.get(URI) instead of Paths.get(String) to correctly handle
Windows drive letters in CodeSource locations (e.g. file:/C:/...).

[DYNIS-50]