Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Relative bundle paths do not resolve properly when --bundle-uri has no trailing slash #32

@vdye

Description

@vdye

If there's no trailing slash on a URI, Git will treat the relative path results as relative to the org part of the route, rather than relative to org/repo.

The solution here would be to serve the bundle list with the appropriate relative bundle paths, per RFC 1808. More specifically, if there's no trailing slash on the URL, we need to prepend the repo part of the route to the bundle path.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions