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 2016/01/08 07:54:53 UTC

svn commit: r977285 - in /websites/staging/olingo/trunk/content: ./ doc/odata4/overview.html

Author: buildbot
Date: Fri Jan  8 06:54:53 2016
New Revision: 977285

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/odata4/overview.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jan  8 06:54:53 2016
@@ -1 +1 @@
-1721379
+1723659

Modified: websites/staging/olingo/trunk/content/doc/odata4/overview.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata4/overview.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata4/overview.html Fri Jan  8 06:54:53 2016
@@ -433,6 +433,9 @@ library timings, and the stacktrace in c
 self-contained HTML document ready for browser usage or in a JSON document.
 The <code>OData</code> object's <code>createDebugResponseHelper()</code> method returns a
 <code>DebugResponseHelper</code> instance which is used in this default implementation.</p>
+<p>To request the debug output for a request to the OData service the query parameter
+<code>odata-debug=html</code> must be appended to the original request URL 
+(e.g. <code>http://localhost:8080/odata-server-tecsvc/odata.svc/?odata-debug=html</code> for a local published test service).</p>
 <h2 id="definition-of-the-web-infrastructure">Definition of the Web Infrastructure<a class="headerlink" href="#definition-of-the-web-infrastructure" title="Permanent link">&para;</a></h2>
 <p>To enable an OData service on a web server, the service is wrapped by a web
 application.</p>