Skip to content

Fix: remove probe. - #148

Merged
bjones1 merged 12 commits into
mainfrom
dev
Sep 13, 2026
Merged

bjones1 merged 12 commits into
mainfrom
dev

Conversation

@bjones1

@bjones1 bjones1 commented Sep 11, 2026

Copy link
Copy Markdown
Owner

No description provided.

bjones1 and others added 5 commits September 11, 2026 07:47
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Canonicalization on Windows returns a verbatim UNC path, which matched
neither the path an IDE sends nor the URL the Client requests. Add
`webserver::canonicalize`, which simplifies that spelling to
`\\server\share\...`, and use it in place of `std::fs::canonicalize`
throughout. Rewrite `path_to_url` to translate each path component,
spelling a UNC prefix as `//server/share`, and share the inverse
conversion between the `fsc` and `fsb` routes as
`request_path_to_file_path`. Add round-trip tests covering both
conversions.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@bjones1
bjones1 merged commit 4123ab2 into main Sep 13, 2026
8 checks passed
@bjones1
bjones1 deployed to marketplace-publish September 13, 2026 15:58 — with GitHub Actions Active
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.

1 participant