Skip to content

Commit 7db1dc8

Browse files
committed
application/x-www-url-form-urlencoded => application/x-www-form-urlencoded.
1 parent 43b0eb9 commit 7db1dc8

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

sparql11/data-sparql11/protocol/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2>
136136
<div property='rdfs:comment'>
137137
<h4>Request</h4>
138138

139-
<pre><code>POST /sparql/ HTTP/1.1&#x000A;Host: www.example&#x000A;User-agent: sparql-client/0.1&#x000A;Content-Type: application/x-www-url-form-urlencoded&#x000A;Content-Length: XXX&#x000A;&#x000A;query=ASK%20%7B%7D&#x000A;</code></pre>
139+
<pre><code>POST /sparql/ HTTP/1.1&#x000A;Host: www.example&#x000A;User-agent: sparql-client/0.1&#x000A;Content-Type: application/x-www-form-urlencoded&#x000A;Content-Length: XXX&#x000A;&#x000A;query=ASK%20%7B%7D&#x000A;</code></pre>
140140

141141
<h4>Response</h4>
142142

@@ -608,7 +608,7 @@ <h4>Response</h4>
608608
<div property='rdfs:comment'>
609609
<h4>Request</h4>
610610

611-
<pre><code>POST /sparql/ HTTP/1.1&#x000A;Host: www.example&#x000A;User-agent: sparql-client/0.1&#x000A;Content-Type: application/x-www-url-form-urlencoded&#x000A;Content-Length: XXX&#x000A;&#x000A;update=CLEAR%20ALL&#x000A;</code></pre>
611+
<pre><code>POST /sparql/ HTTP/1.1&#x000A;Host: www.example&#x000A;User-agent: sparql-client/0.1&#x000A;Content-Type: application/x-www-form-urlencoded&#x000A;Content-Length: XXX&#x000A;&#x000A;update=CLEAR%20ALL&#x000A;</code></pre>
612612

613613
<h4>Response</h4>
614614

@@ -799,7 +799,7 @@ <h4>Response</h4>
799799
<a class='testlink' href='#http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_query_missing_form_type'>
800800
http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_query_missing_form_type:
801801
</a>
802-
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_query_missing_form_type' property='mf:name'>invoke query operation with url-encoded body, but without application/x-www-url-form-urlencoded media type</span>
802+
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_query_missing_form_type' property='mf:name'>invoke query operation with url-encoded body, but without application/x-www-form-urlencoded media type</span>
803803
</dt>
804804
<dd inlist property='mf:entry' resource='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_query_missing_form_type' typeof='mf:ProtocolTest'>
805805
<div property='rdfs:comment'>
@@ -942,7 +942,7 @@ <h4>Response</h4>
942942
<div property='rdfs:comment'>
943943
<h4>Request</h4>
944944

945-
<pre><code>POST /sparql/ HTTP/1.1&#x000A;Host: www.example&#x000A;User-agent: sparql-client/0.1&#x000A;Content-Type: application/x-www-url-form-urlencoded&#x000A;Content-Length: XXX&#x000A;&#x000A;update=CLEAR%20NAMED&amp;update=CLEAR%20DEFAULT&#x000A;</code></pre>
945+
<pre><code>POST /sparql/ HTTP/1.1&#x000A;Host: www.example&#x000A;User-agent: sparql-client/0.1&#x000A;Content-Type: application/x-www-form-urlencoded&#x000A;Content-Length: XXX&#x000A;&#x000A;update=CLEAR%20NAMED&amp;update=CLEAR%20DEFAULT&#x000A;</code></pre>
946946

947947
<h4>Response</h4>
948948

@@ -990,7 +990,7 @@ <h4>Response</h4>
990990
<a class='testlink' href='#http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_update_missing_form_type'>
991991
http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_update_missing_form_type:
992992
</a>
993-
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_update_missing_form_type' property='mf:name'>invoke update operation with url-encoded body, but without application/x-www-url-form-urlencoded media type</span>
993+
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_update_missing_form_type' property='mf:name'>invoke update operation with url-encoded body, but without application/x-www-form-urlencoded media type</span>
994994
</dt>
995995
<dd inlist property='mf:entry' resource='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_update_missing_form_type' typeof='mf:ProtocolTest'>
996996
<div property='rdfs:comment'>
@@ -1052,7 +1052,7 @@ <h4>Response</h4>
10521052
<div property='rdfs:comment'>
10531053
<h4>Request</h4>
10541054

1055-
<pre><code>POST /sparql/ HTTP/1.1&#x000A;Host: www.example&#x000A;User-agent: sparql-client/0.1&#x000A;Content-Type: application/x-www-url-form-urlencoded&#x000A;Content-Length: XXX&#x000A;&#x000A;update=CLEAR%20XYZ&#x000A;</code></pre>
1055+
<pre><code>POST /sparql/ HTTP/1.1&#x000A;Host: www.example&#x000A;User-agent: sparql-client/0.1&#x000A;Content-Type: application/x-www-form-urlencoded&#x000A;Content-Length: XXX&#x000A;&#x000A;update=CLEAR%20XYZ&#x000A;</code></pre>
10561056

10571057
<h4>Response</h4>
10581058

@@ -1079,7 +1079,7 @@ <h4>Response</h4>
10791079
<div property='rdfs:comment'>
10801080
<h4>Request</h4>
10811081

1082-
<pre><code>POST /sparql/ HTTP/1.1&#x000A;Host: www.example&#x000A;User-agent: sparql-client/0.1&#x000A;Content-Type: application/x-www-url-form-urlencoded&#x000A;Content-Length: XXX&#x000A;&#x000A;using-named-graph-uri=http%3A%2F%2Fexample%2Fpeople&amp;update=%09%09PREFIX%20foaf%3A%20%20%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0A%09%09WITH%20%3Chttp%3A%2F%2Fexample%2Faddresses%3E%0A%09%09DELETE%20%7B%20%3Fperson%20foaf%3AgivenName%20%27Bill%27%20%7D%0A%09%09INSERT%20%7B%20%3Fperson%20foaf%3AgivenName%20%27William%27%20%7D%0A%09%09WHERE%20%7B%0A%09%09%09%3Fperson%20foaf%3AgivenName%20%27Bill%27%0A%09%09%7D%0A&#x000A;</code></pre>
1082+
<pre><code>POST /sparql/ HTTP/1.1&#x000A;Host: www.example&#x000A;User-agent: sparql-client/0.1&#x000A;Content-Type: application/x-www-form-urlencoded&#x000A;Content-Length: XXX&#x000A;&#x000A;using-named-graph-uri=http%3A%2F%2Fexample%2Fpeople&amp;update=%09%09PREFIX%20foaf%3A%20%20%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0A%09%09WITH%20%3Chttp%3A%2F%2Fexample%2Faddresses%3E%0A%09%09DELETE%20%7B%20%3Fperson%20foaf%3AgivenName%20%27Bill%27%20%7D%0A%09%09INSERT%20%7B%20%3Fperson%20foaf%3AgivenName%20%27William%27%20%7D%0A%09%09WHERE%20%7B%0A%09%09%09%3Fperson%20foaf%3AgivenName%20%27Bill%27%0A%09%09%7D%0A&#x000A;</code></pre>
10831083

10841084
<h4>Response</h4>
10851085

sparql11/data-sparql11/protocol/manifest.ttl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
POST /sparql/ HTTP/1.1
5454
Host: www.example
5555
User-agent: sparql-client/0.1
56-
Content-Type: application/x-www-url-form-urlencoded
56+
Content-Type: application/x-www-form-urlencoded
5757
Content-Length: XXX
5858
5959
query=ASK%20%7B%7D
@@ -587,7 +587,7 @@ followed by
587587
POST /sparql/ HTTP/1.1
588588
Host: www.example
589589
User-agent: sparql-client/0.1
590-
Content-Type: application/x-www-url-form-urlencoded
590+
Content-Type: application/x-www-form-urlencoded
591591
Content-Length: XXX
592592
593593
update=CLEAR%20ALL
@@ -741,7 +741,7 @@ followed by
741741
.
742742

743743
:bad_query_missing_form_type rdf:type mf:ProtocolTest ;
744-
mf:name "invoke query operation with url-encoded body, but without application/x-www-url-form-urlencoded media type" ;
744+
mf:name "invoke query operation with url-encoded body, but without application/x-www-form-urlencoded media type" ;
745745
rdfs:comment """
746746
#### Request
747747
@@ -841,7 +841,7 @@ followed by
841841
POST /sparql/ HTTP/1.1
842842
Host: www.example
843843
User-agent: sparql-client/0.1
844-
Content-Type: application/x-www-url-form-urlencoded
844+
Content-Type: application/x-www-form-urlencoded
845845
Content-Length: XXX
846846
847847
update=CLEAR%20NAMED&update=CLEAR%20DEFAULT
@@ -876,7 +876,7 @@ followed by
876876
.
877877

878878
:bad_update_missing_form_type rdf:type mf:ProtocolTest ;
879-
mf:name "invoke update operation with url-encoded body, but without application/x-www-url-form-urlencoded media type" ;
879+
mf:name "invoke update operation with url-encoded body, but without application/x-www-form-urlencoded media type" ;
880880
rdfs:comment """
881881
#### Request
882882
@@ -926,7 +926,7 @@ followed by
926926
POST /sparql/ HTTP/1.1
927927
Host: www.example
928928
User-agent: sparql-client/0.1
929-
Content-Type: application/x-www-url-form-urlencoded
929+
Content-Type: application/x-www-form-urlencoded
930930
Content-Length: XXX
931931
932932
update=CLEAR%20XYZ
@@ -947,7 +947,7 @@ followed by
947947
POST /sparql/ HTTP/1.1
948948
Host: www.example
949949
User-agent: sparql-client/0.1
950-
Content-Type: application/x-www-url-form-urlencoded
950+
Content-Type: application/x-www-form-urlencoded
951951
Content-Length: XXX
952952
953953
using-named-graph-uri=http%3A%2F%2Fexample%2Fpeople&update=%09%09PREFIX%20foaf%3A%20%20%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0A%09%09WITH%20%3Chttp%3A%2F%2Fexample%2Faddresses%3E%0A%09%09DELETE%20%7B%20%3Fperson%20foaf%3AgivenName%20%27Bill%27%20%7D%0A%09%09INSERT%20%7B%20%3Fperson%20foaf%3AgivenName%20%27William%27%20%7D%0A%09%09WHERE%20%7B%0A%09%09%09%3Fperson%20foaf%3AgivenName%20%27Bill%27%0A%09%09%7D%0A

0 commit comments

Comments
 (0)