You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by fi...@apache.org on 2007/10/13 07:44:33 UTC

svn commit: r584372 - in /labs/webarch/trunk/http/draft-fielding-http: p2-semantics.html p2-semantics.xml

Author: fielding
Date: Fri Oct 12 22:44:30 2007
New Revision: 584372

URL: http://svn.apache.org/viewvc?rev=584372&view=rev
Log:
Resolve [LABS-8]: [i6] Fragments allowed in Location

Modified:
    labs/webarch/trunk/http/draft-fielding-http/p2-semantics.html
    labs/webarch/trunk/http/draft-fielding-http/p2-semantics.xml

Modified: labs/webarch/trunk/http/draft-fielding-http/p2-semantics.html
URL: http://svn.apache.org/viewvc/labs/webarch/trunk/http/draft-fielding-http/p2-semantics.html?rev=584372&r1=584371&r2=584372&view=diff
==============================================================================
--- labs/webarch/trunk/http/draft-fielding-http/p2-semantics.html (original)
+++ labs/webarch/trunk/http/draft-fielding-http/p2-semantics.html Fri Oct 12 22:44:30 2007
@@ -1408,7 +1408,7 @@
          which was created by the request. For 3xx responses, the location <em class="bcp14">SHOULD</em> indicate the server's preferred URI for automatic redirection to the resource. The field value consists of a single absolute
          URI.
       </p>
-      <div id="rfc.figure.u.12"></div><pre class="inline"><span id="rfc.iref.g.17"></span>    Location       = "Location" ":" absoluteURI
+      <div id="rfc.figure.u.12"></div><pre class="inline"><span id="rfc.iref.g.17"></span>    Location       = "Location" ":" absoluteURI [ "#" fragment ]
 </pre><p id="rfc.section.10.4.p.3">An example is:</p>
       <div id="rfc.figure.u.13"></div><pre class="text">    Location: http://www.w3.org/pub/WWW/People.html
 </pre><p id="rfc.section.10.4.p.5"> </p>

Modified: labs/webarch/trunk/http/draft-fielding-http/p2-semantics.xml
URL: http://svn.apache.org/viewvc/labs/webarch/trunk/http/draft-fielding-http/p2-semantics.xml?rev=584372&r1=584371&r2=584372&view=diff
==============================================================================
--- labs/webarch/trunk/http/draft-fielding-http/p2-semantics.xml (original)
+++ labs/webarch/trunk/http/draft-fielding-http/p2-semantics.xml Fri Oct 12 22:44:30 2007
@@ -1782,7 +1782,7 @@
    field value consists of a single absolute URI.
 </t>
 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Location"/>
-    Location       = "Location" ":" absoluteURI
+    Location       = "Location" ":" absoluteURI [ "#" fragment ]
 </artwork></figure>
 <t>
    An example is:



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org