Skip to content

Fix: remove probe. - #148

Open
bjones1 wants to merge 6 commits into
mainfrom
dev
Open

Fix: remove probe.#148
bjones1 wants to merge 6 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>
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