Currently there is no way to express a path that contains a base64-formatted CID when it contains forward slashes.
Perhaps there should be a way of scaping "/" in the CID element of paths (which I think are either <CID>/path or /ipfs/<CID>/path or /ipns/<CID>/path).
The text was updated successfully, but these errors were encountered:
Would it not be sane to just remove the option to do base64 formatting. That format is just always going to cause troubles when used in a path context. A context that's likely in IPFS. On top of that, the proper alternative for it (b64urlenc) is there too.
I'd go as far as looking at all formatting options and kicking out all those that could break a path unintentionally.
hsanjuan commentedMar 7, 2022
Currently there is no way to express a path that contains a base64-formatted CID when it contains forward slashes.
Perhaps there should be a way of scaping "/" in the CID element of paths (which I think are either
<CID>/pathor/ipfs/<CID>/pathor/ipns/<CID>/path).The text was updated successfully, but these errors were encountered: