Author: buildbot
Date: Tue Mar 13 16:48:20 2012
New Revision: 808533
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified:
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
==============================================================================
---
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
(original)
+++
websites/production/cxf/content/docs/client-http-transport-including-ssl-support.html
Tue Mar 13 16:48:20 2012
@@ -130,7 +130,8 @@ Apache CXF -- Client HTTP Transport (inc
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<pre class="code-xml">
- <span class="code-tag"><conduit name=<span
class="code-quote">"{http://example.com/}HelloWorldServicePort.http-conduit"</span>
xmlns=<span
class="code-quote">"http://cxf.apache.org/transports/http/configuration"</span>></span>
+ <conduit name=<span
class="code-quote">"{http://example.com/}HelloWorldServicePort.http-conduit"</span>
+ xmlns=<span
class="code-quote">"http://cxf.apache.org/transports/http/configuration"</span>>
<span class="code-tag"><authorization></span>
<span class="code-tag"><AuthorizationType></span>Basic<span
class="code-tag"></AuthorizationType></span>
<span class="code-tag"><UserName></span>myuser<span
class="code-tag"></UserName></span>
@@ -187,7 +188,8 @@ CXFClient {
<div class="code panel" style="border-width: 1px;"><div class="codeHeader
panelHeader" style="border-bottom-width: 1px;"><b>HTTP conduit configuration
for spnego with single sign on</b></div><div class="codeContent panelContent">
<pre class="code-xml">
...
- <span class="code-tag"><conduit name=<span
class="code-quote">"{http://example.com/}HelloWorldServicePort.http-conduit"</span>
xmlns=<span
class="code-quote">"http://cxf.apache.org/transports/http/configuration"</span>></span>
+ <conduit name=<span
class="code-quote">"{http://example.com/}HelloWorldServicePort.http-conduit"</span>
+ xmlns=<span
class="code-quote">"http://cxf.apache.org/transports/http/configuration"</span>>
<span class="code-tag"><authorization></span>
<span class="code-tag"><AuthorizationType></span>Negotiate<span
class="code-tag"></AuthorizationType></span>
<span class="code-tag"><Authorization></span>CXFClient<span
class="code-tag"></Authorization></span>