-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upeffort/hoursEstimated to take one or several hoursEstimated to take one or several hourskind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)topic/configTopic configTopic config
Description
Description
User is able to put URL with /routing/v1 in Routing.DelegatedRouters and then it produces requests for /routing/v1/routing/v1/
which always fail.
Example: https://delegated-ipfs.dev/routing/v1/
Kubo or https://github.com/ipfs/boxo/blob/main/routing/http/client/ should be smart enough to truncate URL if it ends with /routing/v1
or /routing/v1/
to avoid duplicated path prefix.
Version
0.36.0-rc1
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upeffort/hoursEstimated to take one or several hoursEstimated to take one or several hourskind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)topic/configTopic configTopic config