stash
This commit is contained in:
parent
8d96bc97c4
commit
ed04d98bf1
54 changed files with 661 additions and 1214 deletions
|
|
@ -1,9 +1,3 @@
|
|||
// Embeds/extracts a handle in a URL path segment. See docs/federation.md's "Embedding a
|
||||
// `#`-bearing handle in a URL": `#` starts a URI's fragment component, so a group handle
|
||||
// (`#name@domain`) or classification handle (`origin#type:name`) can't appear unescaped in a
|
||||
// path segment. `+` stands in for `#` there instead of the usual %23 - safe to reverse
|
||||
// unambiguously because every field a handle is built from is already required to exclude `+`
|
||||
// (see federation.md's Reserved characters). The canonical handle itself never changes; this only
|
||||
// affects how one gets embedded in, or read back out of, a URL path segment.
|
||||
// Escapes `#` as `+` for use in a URL path segment. See docs/implementation.md#escaping-hash-in-handles-for-url-path-segments.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue