You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2015/09/05 19:54:32 UTC

svn commit: r964469 - in /websites/staging/olingo/trunk/content: ./ doc/odata2/tutorials/debug.html

Author: buildbot
Date: Sat Sep  5 17:54:32 2015
New Revision: 964469

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/odata2/tutorials/debug.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Sep  5 17:54:32 2015
@@ -1 +1 @@
-1700946
+1701415

Modified: websites/staging/olingo/trunk/content/doc/odata2/tutorials/debug.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata2/tutorials/debug.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata2/tutorials/debug.html Sat Sep  5 17:54:32 2015
@@ -101,8 +101,8 @@ h2:hover > .headerlink, h3:hover > .head
 <hr />
 <h3 id="odata-error-conditions">OData Error Conditions<a class="headerlink" href="#odata-error-conditions" title="Permanent link">&para;</a></h3>
 <p>OData exposes error conditions as HTTP responses with error status code (4xx and 5xx) and it is in the responsibility of a client to handle this situations. For more details see 
-<a href="http://www.odata.org/documentation/odata-v2-documentation/operations/#13_Error_Conditions">OData Error Conditions</a>.</p>
-<p>In OData the format for error messages is described in <a href="http://www.odata.org/developers/protocols/atom-format">OData-Atom</a> and <a href="http://www.odata.org/documentation/json-format">Odata-JSON</a>. Apache Olingo OData2 has implemented this this format for error message.</p>
+<a href="http://www.odata.org/documentation/odata-version-2-0/operations#ErrorConditions">OData Error Conditions</a>.</p>
+<p>In OData the format for error messages is described in <a href="http://www.odata.org/documentation/odata-version-2-0/atom-format/">OData-Atom</a> and <a href="http://www.odata.org/documentation/odata-version-2-0/json-format/">Odata-JSON</a>. Apache Olingo OData2 has implemented this this format for error message.</p>
 <h3 id="debug-support">Debug Support<a class="headerlink" href="#debug-support" title="Permanent link">&para;</a></h3>
 <p>The OData V2 error message format is limited to the HTTP status codes and gives indicators for client errors (status code 4xx) and server errors (5xx). For development and support this is not sufficient because of more technical information is needed for doing a deep error analysis.</p>
 <p>Apache Olingo has implemented a feature to return more error information (stack traces, object states, runtime measurements …) within a response to ease the development and support use case. </p>