Files
actual/upcoming-release-notes/3815.md
jotch 2cb668a40c fix: don't clobber server pathname (#3815)
* fix: don't clobber server pathname

The provided server URL may already include a pathname,
so all further segments need to be appended. This also
more closely matches the name `joinURL`.

* add release notes

* use `fs.join` to avoid double slashes
2024-11-12 08:56:44 +00:00

88 B

category, authors
category authors
Bugfix
joshyrobot

Allow server URLs to contain pathnames.