You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bu...@apache.org on 2012/12/28 16:59:06 UTC

svn commit: r844130 - in /websites/staging/ode/trunk/content: ./ extensions/wsdl-11-extensions-for-rest.html ws-security-in-ode.html

Author: buildbot
Date: Fri Dec 28 15:59:06 2012
New Revision: 844130

Log:
Staging update by buildbot for ode

Modified:
    websites/staging/ode/trunk/content/   (props changed)
    websites/staging/ode/trunk/content/extensions/wsdl-11-extensions-for-rest.html
    websites/staging/ode/trunk/content/ws-security-in-ode.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 28 15:59:06 2012
@@ -1 +1 @@
-1426551
+1426554

Modified: websites/staging/ode/trunk/content/extensions/wsdl-11-extensions-for-rest.html
==============================================================================
--- websites/staging/ode/trunk/content/extensions/wsdl-11-extensions-for-rest.html (original)
+++ websites/staging/ode/trunk/content/extensions/wsdl-11-extensions-for-rest.html Fri Dec 28 15:59:06 2012
@@ -293,7 +293,7 @@ ODE allows you to bind a fault with HTTP
     </tbody>
 </table>
 
-<div class="alert alert-info">Note that 3xx errors should be pretty rare since by default the first hundred redirections are followed. You can tweak this value by setting the property <code>http.protocol.max-redirects</code> in the <a href="endpoint-configuration.html">enpoint-configuration.properties</a> of your process.</div>
+<div class="alert alert-info">Note that 3xx errors should be pretty rare since by default the first hundred redirections are followed. You can tweak this value by setting the property <code>http.protocol.max-redirects</code> in the <a href="/endpoint-configuration.html">enpoint-configuration.properties</a> of your process.</div>
 
 <p>Here what ODE does, if the status code is one of those listed in the next table (500, 501, etc):</p>
 <ul>

Modified: websites/staging/ode/trunk/content/ws-security-in-ode.html
==============================================================================
--- websites/staging/ode/trunk/content/ws-security-in-ode.html (original)
+++ websites/staging/ode/trunk/content/ws-security-in-ode.html Fri Dec 28 15:59:06 2012
@@ -171,7 +171,7 @@
 </pre></div>
 
 
-<p>The important thing to notice is that these documents are plain <a href="http://ws.apache.org/axis2/1_0/axis2config.html#Service_Configuration">Axis2 Service configuration files</a>. And as explained in the <a href="endpoint-Configuration.html#Additional-Configuration-for-SOAP-Endpoints">ODE User Guide</a>, a mechanism to handle these files already exists. So all we have to do is reuse this mechanism, the rest is pure Rampart configuration.</p>
+<p>The important thing to notice is that these documents are plain <a href="http://ws.apache.org/axis2/1_0/axis2config.html#Service_Configuration">Axis2 Service configuration files</a>. And as explained in the <a href="endpoint-configuration.html#Additional-Configuration-for-SOAP-Endpoints">ODE User Guide</a>, a mechanism to handle these files already exists. So all we have to do is reuse this mechanism, the rest is pure Rampart configuration.</p>
 <p>Let's take an example and see the actual required steps.</p>
 <h3 id="how-to-invoke-a-secure-web-service">How to invoke a secure web service?</h3>
 <h4 id="prepare-your-service-document">Prepare your service document</h4>