didwebvh icon indicating copy to clipboard operation
didwebvh copied to clipboard

The ABNF for did:tdw seems to be missing the optional percent encoding of the port in the http url

Open daidoji opened this issue 1 year ago • 1 comments

tdw-did = "did:tdw:" scid ":" domain-segment 1+( "." domain-segment ) *( ":" path-segment ) domain-segment = ; A part of a domain name as defined in RFC3986, such as "example" and "com" in "example.com" path-segment= ; A part of a URL path as defined in RFC3986, such as "path", "to", "folder" in "path/to/folder"

Probably just needs a percent encoded optional ABNF snippet between the domain-segments and path-segments.

daidoji avatar Sep 27 '24 21:09 daidoji

Good catch. Will add that after the current 0.4 PR is merged.

swcurran avatar Sep 30 '24 17:09 swcurran

Action: Add this as a clarification without changing the version. @swcurran

swcurran avatar Oct 24 '24 16:10 swcurran