Skip to content

Commit 9066a65

Browse files
committed
Minor
1 parent 8beefb1 commit 9066a65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

protocol.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>The Solid Protocol</title>
5+
<title>Solid Protocol</title>
66
<meta content="width=device-width, initial-scale=1" name="viewport" />
77
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED" media="all" rel="stylesheet" title="W3C-ED" />
88
<style>
@@ -153,7 +153,7 @@
153153

154154
<main>
155155
<article about="" typeof="schema:Article doap:Specification">
156-
<h1 property="schema:name">The Solid Protocol</h1>
156+
<h1 property="schema:name">Solid Protocol</h1>
157157
<h2>Editor’s Draft, 2021-04-07</h2>
158158

159159
<dl id="document-identifier">
@@ -437,7 +437,7 @@ <h2 property="schema:name">Uniform Resource Identifier</h2>
437437
<section id="uri-slash-semantics" inlist="" rel="schema:hasPart" resource="#uri-slash-semantics">
438438
<h3 property="schema:name">URI Slash Semantics</h3>
439439
<div datatype="rdf:HTML" property="schema:description">
440-
<p>The slash character in the URI path indicates hierarchical relationship segments, and enables relative referencing [<cite><a class="bibref" href="#bib-rfc3986">RFC3986</a></cite>]. The semantics of the slash character is shared by servers and clients. Paths ending with a slash denote a container resource. [<a href="https://github.com/solid/specification/issues/35#issuecomment-547949014" rel="cito:citesAsSourceDocument">Source</a>]</p>
440+
<p>The slash (<code>/</code>) character in the URI path indicates hierarchical relationship segments, and enables relative referencing [<cite><a class="bibref" href="#bib-rfc3986">RFC3986</a></cite>]. The semantics of the slash character is shared by servers and clients. Paths ending with a slash denote a container resource. [<a href="https://github.com/solid/specification/issues/35#issuecomment-547949014" rel="cito:citesAsSourceDocument">Source</a>]</p>
441441

442442
<p>If two URIs differ only in the trailing slash, and the server has associated a resource with one of them, then the other URI MUST NOT correspond to another resource. Instead, the server MAY respond to requests for the latter URI with a 301 redirect to the former. [<a href="https://github.com/solid/specification/issues/107#issuecomment-567482817" rel="cito:citesAsSourceDocument">Source</a>]. Behaviour pertaining to authorization MUST precede this optional redirect [<a href="https://github.com/solid/specification/issues/107#issuecomment-567454889" rel="cito:citesAsSourceDocument">Source</a>]</p>
443443
</div>

0 commit comments

Comments
 (0)