Removed new example from 5.4.12 as seems out of place
authorsspeiche
Tue, 09 Jul 2013 07:29:43 -0400
changeset 172 469924f45fb0
parent 171 bfb383feed88
child 173 116161fab05a
Removed new example from 5.4.12 as seems out of place
ldp.html
--- a/ldp.html	Mon Jul 08 17:03:13 2013 -0400
+++ b/ldp.html	Tue Jul 09 07:29:43 2013 -0400
@@ -1425,21 +1425,7 @@
 	201-Created and URI indicated by <code>Location</code>) response header, LDPC servers MAY create an associated LDPR
 	to contain data about the created resource.  If an LDPC Server creates this associated LDPR it MUST indicate
 	its location on the HTTP response using the HTTP response header <code>Link</code> and relationship type <code>meta</code>
-	and <code>href</code> to be the URI of the meta-resource. [[!RFC5988]]
-	<p>Take for example, this simple request to create binary resource and response. Create a resource, adding to /attachments/ container:</p>
-	<pre class="example">POST /bug1/attachments/ HTTP/1.1
-Host: example.org
-Content-Type: image/png
-Slug: login-page.png
-Content-Length: 1254
-
-#### binary data #####</pre>
-<div>Response with URLs for new binary resource and associated LDPR: </div>
-<pre class="example">HTTP/1.1 201 Created
-Location: /bug1/attachments/login-page.png
-Link: &lt;/bug1/attachments/3291&gt; rel="meta"
-Content-Length: 0</pre>
-	</div>	
+	and <code>href</code> to be the URI of the meta-resource. [[!RFC5988]]</div>	
 	
 	<div class="ldp-issue-pending">
 	<div class="ldp-issue-title"><a href="http://www.w3.org/2012/ldp/track/issues/80">ISSUE-80</a></div>