You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/03/07 02:55:19 UTC

svn commit: r807682 [8/19] - in /websites/production/cxf/content: ./ docs/

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 Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Client HTTP Transport (inc
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -371,7 +371,7 @@ http.setClient(httpClientPolicy);
 </div></div>
 <p>The <tt>http-conf:conduit</tt> element has a number of child elements that specify configuration information. They are described below.  See also Sun's <a shape="rect" class="external-link" href="http://java.sun.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html" rel="nofollow">JSSE Guide</a> for more information on configuring SSL.</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Element </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>http-conf:client</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the HTTP connection properties such as timeouts, keep-alive requests, content types, etc. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>http-conf:authorization</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the the parameters for configuring the basic authentication method that the endpoint uses preemptively. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>http-conf:proxyAuthorization</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the parameters for configuring basic authentication against outgoing HTTP proxy servers. </td></tr><tr
 ><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>http-conf:tlsClientParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the parameters used to configure SSL/TLS. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>http-conf:basicAuthSupplier</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the bean reference or class name of the object that supplies the the basic authentication information used by the endpoint both preemptively or in response to a 401 HTTP challenge. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>http-conf:trustDecider</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the bean reference or class name of the object that checks the HTTP(S) URLConnection object in order to establish trust for a connection with an HTTPS service provider before any information is transmitted. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Element </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>http-conf:client</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the HTTP connection properties such as timeouts, keep-alive requests, content types, etc. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>http-conf:authorization</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the the parameters for configuring the basic authentication method that the endpoint uses preemptively. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>http-conf:proxyAuthorization</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the parameters for configuring basic authentication against outgoing HTTP proxy servers. </td></tr><tr><td colspan="1" rowspan="1" class="conflu
 enceTd"> <tt>http-conf:tlsClientParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the parameters used to configure SSL/TLS. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>http-conf:basicAuthSupplier</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the bean reference or class name of the object that supplies the the basic authentication information used by the endpoint both preemptively or in response to a 401 HTTP challenge. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>http-conf:trustDecider</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the bean reference or class name of the object that checks the HTTP(S) URLConnection object in order to establish trust for a connection with an HTTPS service provider before any information is transmitted. </td></tr></tbody></table>
 </div>
 
 
@@ -379,22 +379,22 @@ http.setClient(httpClientPolicy);
 
 <p>The <tt>http-conf:client</tt> element is used to configure the non-security properties of a client's HTTP connection. Its attributes, described below, specify the connection's properties.</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Attribute </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>ConnectionTimeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the amount of time, in milliseconds, that the client will attempt to establish a connection before it times out. The default is 30000 (30 seconds). <br clear="none" class="atl-forced-newline">
-0 specifies that the client will continue to attempt to open a connection indefinitely. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>ReceiveTimeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the amount of time, in milliseconds, that the client will wait for a response before it times out. The default is 60000. <br clear="none" class="atl-forced-newline">
-0 specifies that the client will wait indefinitely. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>AutoRedirect</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies if the client will automatically follow a server issued redirection. The default is false. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>MaxRetransmits</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the maximum number of times a client will retransmit a request to satisfy a redirect. The default is -1 which specifies that unlimited retransmissions are allowed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>AllowChunking</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies whether the client will send requests using chunking. The default is true which specifies that the client will use chunking when sending requests. <br clear="none" class="atl-forced-ne
 wline">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Attribute </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ConnectionTimeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the amount of time, in milliseconds, that the client will attempt to establish a connection before it times out. The default is 30000 (30 seconds). <br clear="none" class="atl-forced-newline">
+0 specifies that the client will continue to attempt to open a connection indefinitely. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ReceiveTimeout</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the amount of time, in milliseconds, that the client will wait for a response before it times out. The default is 60000. <br clear="none" class="atl-forced-newline">
+0 specifies that the client will wait indefinitely. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AutoRedirect</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies if the client will automatically follow a server issued redirection. The default is false. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>MaxRetransmits</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the maximum number of times a client will retransmit a request to satisfy a redirect. The default is -1 which specifies that unlimited retransmissions are allowed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AllowChunking</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies whether the client will send requests using chunking. The default is true which specifies that the client will use chunking when sending requests. <br clear="none" class="atl-forced-newline">
 Chunking cannot be used used if either of the following are true:
 <ul><li><tt>http-conf:basicAuthSupplier</tt> is configured to provide credentials preemptively.</li><li><tt>AutoRedirect</tt> is set to true. <br clear="none" class="atl-forced-newline">
 In both cases the value of <tt>AllowChunking</tt> is ignored and chunking is disallowed. <br clear="none" class="atl-forced-newline">
 See note about chunking below.</li></ul>
-</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>ChunkingThreshold</tt></td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>Specifies the threshold at which CXF will switch from non-chunking to chunking.  By default, messages less than 4K are buffered and sent non-chunked.  Once this threshold is reached, the message is chunked.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>Accept</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies what media types the client is prepared to handle. The value is used as the value of the HTTP <tt>Accept</tt> property. The value of the attribute is specified using as multipurpose internet mail extensions (MIME) types. See note about chunking below.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>AcceptLanguage</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies what language (for example, American English) th
 e client prefers for the purposes of receiving a response. The value is used as the value of the HTTP AcceptLanguage property. <br clear="none" class="atl-forced-newline">
-Language tags are regulated by the International Organization for Standards (ISO) and are typically formed by combining a language code, determined by the ISO-639 standard, and country code, determined by the ISO-3166 standard, separated by a hyphen. For example, en-US represents American English. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>AcceptEncoding</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies what content encodings the client is prepared to handle. Content encoding labels are regulated by the Internet Assigned Numbers Authority (IANA). The value is used as the value of the HTTP <tt>AcceptEncoding</tt> property. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>ContentType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the media type of the data being sent in the body of a message. Media types are specified using multipurpose internet mail extensions (M
 IME) types. The value is used as the value of the HTTP <tt>ContentType</tt> property. The default is <tt>text/xml</tt>. <br clear="none" class="atl-forced-newline">
-<b>Tip:</b> For web services, this should be set to <tt>text/xml</tt>. If the client is sending HTML form data to a CGI script, this should be set to application/x-www-form-urlencoded. If the HTTP POST request is bound to a fixed payload format (as opposed to SOAP), the content type is typically set to application/octet-stream. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>Host</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the Internet host and port number of the resource on which the request is being invoked. The value is used as the value of the HTTP <tt>Host</tt> property. <br clear="none" class="atl-forced-newline">
-<b>Tip:</b> This attribute is typically not required. It is only required by certain DNS scenarios or application designs. For example, it indicates what host the client prefers for clusters (that is, for virtual servers mapping to the same Internet protocol (IP) address). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>Connection</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies whether a particular connection is to be kept open or closed after each request/response dialog. There are two valid values:
+</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ChunkingThreshold</tt></td><td colspan="1" rowspan="1" class="confluenceTd">Specifies the threshold at which CXF will switch from non-chunking to chunking.  By default, messages less than 4K are buffered and sent non-chunked.  Once this threshold is reached, the message is chunked.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>Accept</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies what media types the client is prepared to handle. The value is used as the value of the HTTP <tt>Accept</tt> property. The value of the attribute is specified using as multipurpose internet mail extensions (MIME) types. See note about chunking below.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AcceptLanguage</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies what language (for example, American English) the client prefers for the purposes of recei
 ving a response. The value is used as the value of the HTTP AcceptLanguage property. <br clear="none" class="atl-forced-newline">
+Language tags are regulated by the International Organization for Standards (ISO) and are typically formed by combining a language code, determined by the ISO-639 standard, and country code, determined by the ISO-3166 standard, separated by a hyphen. For example, en-US represents American English. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>AcceptEncoding</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies what content encodings the client is prepared to handle. Content encoding labels are regulated by the Internet Assigned Numbers Authority (IANA). The value is used as the value of the HTTP <tt>AcceptEncoding</tt> property. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ContentType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the media type of the data being sent in the body of a message. Media types are specified using multipurpose internet mail extensions (MIME) types. The value is use
 d as the value of the HTTP <tt>ContentType</tt> property. The default is <tt>text/xml</tt>. <br clear="none" class="atl-forced-newline">
+<b>Tip:</b> For web services, this should be set to <tt>text/xml</tt>. If the client is sending HTML form data to a CGI script, this should be set to application/x-www-form-urlencoded. If the HTTP POST request is bound to a fixed payload format (as opposed to SOAP), the content type is typically set to application/octet-stream. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>Host</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the Internet host and port number of the resource on which the request is being invoked. The value is used as the value of the HTTP <tt>Host</tt> property. <br clear="none" class="atl-forced-newline">
+<b>Tip:</b> This attribute is typically not required. It is only required by certain DNS scenarios or application designs. For example, it indicates what host the client prefers for clusters (that is, for virtual servers mapping to the same Internet protocol (IP) address). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>Connection</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies whether a particular connection is to be kept open or closed after each request/response dialog. There are two valid values:
 <ul><li><tt>Keep-Alive</tt>(default) specifies that the client wants to keep its connection open after the initial request/response sequence. If the server honors it, the connection is kept open until the consumer closes it.</li><li><tt>close</tt> specifies that the connection to the server is closed after each request/response sequence.</li></ul>
-</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>CacheControl</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies directives about the behavior that must be adhered to by caches involved in the chain comprising a request from a client to a server. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>Cookie</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies a static cookie to be sent with all requests. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>BrowserType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies information about the browser from which the request originates. In the HTTP specification from the World Wide Web consortium (W3C) this is also known as the <em>user-agent</em>. Some servers optimize based upon the client that is sending the request. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap
 > <tt>Referer</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the URL of the resource that directed the consumer to make requests on a particular service. The value is used as the value of the HTTP Referer property. <br clear="none" class="atl-forced-newline">
+</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>CacheControl</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies directives about the behavior that must be adhered to by caches involved in the chain comprising a request from a client to a server. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>Cookie</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies a static cookie to be sent with all requests. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>BrowserType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies information about the browser from which the request originates. In the HTTP specification from the World Wide Web consortium (W3C) this is also known as the <em>user-agent</em>. Some servers optimize based upon the client that is sending the request. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>Referer</tt> </td><td colspan="1" rowspan="
 1" class="confluenceTd"> Specifies the URL of the resource that directed the consumer to make requests on a particular service. The value is used as the value of the HTTP Referer property. <br clear="none" class="atl-forced-newline">
 <b>Note:</b> This HTTP property is used when a request is the result of a browser user clicking on a hyperlink rather than typing a URL. This can allow the server to optimize processing based upon previous task flow, and to generate lists of back-links to resources for the purposes of logging, optimized caching, tracing of obsolete or mistyped links, and so on. However, it is typically not used in web services applications. <br clear="none" class="atl-forced-newline">
-<b>Important:</b> If the AutoRedirect attribute is set to true and the request is redirected, any value specified in the Refererattribute is overridden. The value of the HTTP Referer property will be set to the URL of the service who redirected the consumer's original request. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>DecoupledEndpoint</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the URL of a decoupled endpoint for the receipt of responses over a separate server-&gt;client connection. <br clear="none" class="atl-forced-newline">
-<b>Warning:</b> You must configure both the client and server to use WS-Addressing for the decoupled endpoint to work. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>ProxyServer</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the URL of the proxy server through which requests are routed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>ProxyServerPort</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the port number of the proxy server through which requests are routed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>ProxyServerType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies the type of proxy server used to route requests. Valid values are:
+<b>Important:</b> If the AutoRedirect attribute is set to true and the request is redirected, any value specified in the Refererattribute is overridden. The value of the HTTP Referer property will be set to the URL of the service who redirected the consumer's original request. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>DecoupledEndpoint</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the URL of a decoupled endpoint for the receipt of responses over a separate server-&gt;client connection. <br clear="none" class="atl-forced-newline">
+<b>Warning:</b> You must configure both the client and server to use WS-Addressing for the decoupled endpoint to work. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ProxyServer</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the URL of the proxy server through which requests are routed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ProxyServerPort</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the port number of the proxy server through which requests are routed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>ProxyServerType</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies the type of proxy server used to route requests. Valid values are:
 <ul><li>HTTP(default)</li><li>SOCKS</li></ul>
 </td></tr></tbody></table>
 </div>
@@ -428,7 +428,7 @@ Language tags are regulated by the Inter
 <p>The TLSClientParameters are listed <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/cxf/trunk/api/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterBase.java">here</a> and <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/cxf/trunk/api/src/main/java/org/apache/cxf/configuration/jsse/TLSClientParameters.java">here</a>.  </p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Attribute </th><th colspan="1" rowspan="1" class="confluenceTh"> Default </th><th colspan="1" rowspan="1" class="confluenceTh"> Since </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>certConstraints</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Certificate Constraints specification. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>cipherSuites</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> default sslContext cipher suites </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> CipherSuites that will be supported. </td></tr><
 tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>cipherSuitesFilter</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> filters of the supported CipherSuites that will be supported and used if available. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>disableCNcheck</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> 2.0.5 </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Indicates whether that the hostname given in the HTTPS URL will be checked against the service's Common Name (CN) given in its certificate during SOAP client requests, and failing if there is a mismatch.  If set to <tt>true</tt> (<b>not recommended for production use</b>), such checks will be bypassed.  That will allo
 w you, for example, to use a URL such as <tt>localhost</tt> during development. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>jsseProvider</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> default JVM provider&#160;associated with protocol </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> JSSE provider name. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>keyManagers</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> JVM default Key Managers </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Key Managers to hold X509 certificates. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>secureRandomParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> JVM default Secure Random </td><td colspa
 n="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> SecureRandom specification. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>secureSocketProtocol</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> "TLS" </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Protocol Name. Most common example are "SSL", "TLS" or "TLSv1". </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>trustManagers</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> JVM default Trust Managers </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap>&#160;</td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> TrustManagers to validate peer X509 certificates. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>useHttpsURLConnectionDefaultSslSocketFactory</tt
 > </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> 2.2.7 </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> specifies if <a shape="rect" class="external-link" href="http://java.sun.com/javase/6/docs/api/javax/net/ssl/HttpsURLConnection.html#getDefaultSSLSocketFactory()" rel="nofollow">HttpsURLConnection.getDefaultSSLSocketFactory()</a> should be used to create https connections. If '<tt>true</tt>', '<tt>jsseProvider</tt>', '<tt>secureSocketProtocol</tt>', '<tt>trustManagers</tt>', '<tt>keyManagers</tt>', '<tt>secureRandom</tt>', '<tt>cipherSuites</tt>' and '<tt>cipherSuitesFilter</tt>' configuration parameters are ignored. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>useHttpsURLConnectionDefaultHostnameVerifier</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd" n
 owrap> 2.2.7 </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> This attribute specifies if <a shape="rect" class="external-link" href="http://java.sun.com/javase/6/docs/api/javax/net/ssl/HttpsURLConnection.html#getDefaultHostnameVerifier()" rel="nofollow">HttpsURLConnection.getDefaultHostnameVerifier()</a> should be used to create https connections. If '<tt>true</tt>', '<tt>disableCNCheck</tt>' configuration parameter is ignored. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Attribute </th><th colspan="1" rowspan="1" class="confluenceTh"> Default </th><th colspan="1" rowspan="1" class="confluenceTh"> Since </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>certConstraints</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd"> Certificate Constraints specification. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>cipherSuites</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> default sslContext cipher suites </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd"> CipherSuites that will be supported. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt
 >cipherSuitesFilter</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd"> filters of the supported CipherSuites that will be supported and used if available. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>disableCNcheck</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 2.0.5 </td><td colspan="1" rowspan="1" class="confluenceTd"> Indicates whether that the hostname given in the HTTPS URL will be checked against the service's Common Name (CN) given in its certificate during SOAP client requests, and failing if there is a mismatch.  If set to <tt>true</tt> (<b>not recommended for production use</b>), such checks will be bypassed.  That will allow you, for example, to use a URL such as <tt>localhost</tt> during development. </td></tr><tr><td colspan="1" ro
 wspan="1" class="confluenceTd"> <tt>jsseProvider</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> default JVM provider&#160;associated with protocol </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd"> JSSE provider name. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>keyManagers</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> JVM default Key Managers </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd"> Key Managers to hold X509 certificates. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>secureRandomParameters</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> JVM default Secure Random </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd"> SecureRandom specification. </td></tr><tr><td colspan="1" rowspan="1" class="confl
 uenceTd"> <tt>secureSocketProtocol</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> "TLS" </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd"> Protocol Name. Most common example are "SSL", "TLS" or "TLSv1". </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>trustManagers</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> JVM default Trust Managers </td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd"> TrustManagers to validate peer X509 certificates. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>useHttpsURLConnectionDefaultSslSocketFactory</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 2.2.7 </td><td colspan="1" rowspan="1" class="confluenceTd"> specifies if <a shape="rect" class="external-link" href="http://java.su
 n.com/javase/6/docs/api/javax/net/ssl/HttpsURLConnection.html#getDefaultSSLSocketFactory()" rel="nofollow">HttpsURLConnection.getDefaultSSLSocketFactory()</a> should be used to create https connections. If '<tt>true</tt>', '<tt>jsseProvider</tt>', '<tt>secureSocketProtocol</tt>', '<tt>trustManagers</tt>', '<tt>keyManagers</tt>', '<tt>secureRandom</tt>', '<tt>cipherSuites</tt>' and '<tt>cipherSuitesFilter</tt>' configuration parameters are ignored. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>useHttpsURLConnectionDefaultHostnameVerifier</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 2.2.7 </td><td colspan="1" rowspan="1" class="confluenceTd"> This attribute specifies if <a shape="rect" class="external-link" href="http://java.sun.com/javase/6/docs/api/javax/net/ssl/HttpsURLConnection.html#getDefaultHostnameVerifier()" rel="nofollow">HttpsURLConnection.getDefaultHostnameVer
 ifier()</a> should be used to create https connections. If '<tt>true</tt>', '<tt>disableCNCheck</tt>' configuration parameter is ignored. </td></tr></tbody></table>
 </div>
 
 
@@ -566,7 +566,7 @@ Language tags are regulated by the Inter
 
 <p>The following table lists the cache control directives supported by an HTTP client.</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Directive </th><th colspan="1" rowspan="1" class="confluenceTh"> Behavior </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> no-cache </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Caches cannot use a particular response to satisfy subsequent requests without first revalidating that response with the server. If specific response header fields are specified with this value, the restriction applies only to those header fields within the response. If no response header fields are specified, the restriction applies to the entire response. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> no-store </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Caches must not store any part of a response or any part of the request that invoked it. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> max-age </td><td co
 lspan="1" rowspan="1" class="confluenceTd" nowrap> The consumer can accept a response whose age is no greater than the specified time in seconds. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> max-stale </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The consumer can accept a response that has exceeded its expiration time. If a value is assigned to max-stale, it represents the number of seconds beyond the expiration time of a response up to which the consumer can still accept that response. If no value is assigned, it means the consumer can accept a stale response of any age. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> min-fresh </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> The consumer wants a response that will be still be fresh for at least the specified number of seconds indicated. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> no-transform </td><td colspan="1" rowspa
 n="1" class="confluenceTd" nowrap> Caches must not modify media type or location of the content in a response between a provider and a consumer. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> only-if-cached </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Caches should return only responses that are currently stored in the cache, and not responses that need to be reloaded or revalidated. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap> cache-extension </td><td colspan="1" rowspan="1" class="confluenceTd" nowrap> Specifies additional extensions to the other cache directives. Extensions might be informational or behavioral. An extended directive is specified in the context of a standard directive, so that applications not understanding the extended directive can at least adhere to the behavior mandated by the standard directive. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Directive </th><th colspan="1" rowspan="1" class="confluenceTh"> Behavior </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> no-cache </td><td colspan="1" rowspan="1" class="confluenceTd"> Caches cannot use a particular response to satisfy subsequent requests without first revalidating that response with the server. If specific response header fields are specified with this value, the restriction applies only to those header fields within the response. If no response header fields are specified, the restriction applies to the entire response. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> no-store </td><td colspan="1" rowspan="1" class="confluenceTd"> Caches must not store any part of a response or any part of the request that invoked it. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> max-age </td><td colspan="1" rowspan="1" class="conflu
 enceTd"> The consumer can accept a response whose age is no greater than the specified time in seconds. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> max-stale </td><td colspan="1" rowspan="1" class="confluenceTd"> The consumer can accept a response that has exceeded its expiration time. If a value is assigned to max-stale, it represents the number of seconds beyond the expiration time of a response up to which the consumer can still accept that response. If no value is assigned, it means the consumer can accept a stale response of any age. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> min-fresh </td><td colspan="1" rowspan="1" class="confluenceTd"> The consumer wants a response that will be still be fresh for at least the specified number of seconds indicated. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> no-transform </td><td colspan="1" rowspan="1" class="confluenceTd"> Caches must not modify media type or location of 
 the content in a response between a provider and a consumer. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> only-if-cached </td><td colspan="1" rowspan="1" class="confluenceTd"> Caches should return only responses that are currently stored in the cache, and not responses that need to be reloaded or revalidated. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> cache-extension </td><td colspan="1" rowspan="1" class="confluenceTd"> Specifies additional extensions to the other cache directives. Extensions might be informational or behavioral. An extended directive is specified in the context of a standard directive, so that applications not understanding the extended directive can at least adhere to the behavior mandated by the standard directive. </td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/cxf/content/docs/coloc-feature.html
==============================================================================
--- websites/production/cxf/content/docs/coloc-feature.html (original)
+++ websites/production/cxf/content/docs/coloc-feature.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Coloc Feature
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/configuration-for-developers.html
==============================================================================
--- websites/production/cxf/content/docs/configuration-for-developers.html (original)
+++ websites/production/cxf/content/docs/configuration-for-developers.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Configuration for Develope
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/configuration-of-runtime-constructed-objects.html
==============================================================================
--- websites/production/cxf/content/docs/configuration-of-runtime-constructed-objects.html (original)
+++ websites/production/cxf/content/docs/configuration-of-runtime-constructed-objects.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Configuration of Runtime C
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/configuration-of-the-bus.html
==============================================================================
--- websites/production/cxf/content/docs/configuration-of-the-bus.html (original)
+++ websites/production/cxf/content/docs/configuration-of-the-bus.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Configuration of the Bus
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/configuration.html
==============================================================================
--- websites/production/cxf/content/docs/configuration.html (original)
+++ websites/production/cxf/content/docs/configuration.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Configuration
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -234,7 +234,7 @@ http://www.springframework.org/schema/be
 
 <p>In this example, you specify that the CXF bus is implemented by class org.apache.cxf.bus.spring.SpringBus, and that it's id is "cxf". This is the default, but you have to re-iterate the fact if you want the bus to contribute the logging interceptors to the outbound and inbound interceptor chain for all client and server endpoints. You can avoid this duplication by using the next form of configuration:</p>
 
-<div class="panelMacro"><table class="noteMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top" nowrap><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1" nowrap>Using this format is STRONGLY discouraged as it ties your configuration with internal CXF class names (like SpringBus).  It is much better to use the cxf:bus element described below</td></tr></table></div>
+<div class="panelMacro"><table class="noteMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/warning.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">Using this format is STRONGLY discouraged as it ties your configuration with internal CXF class names (like SpringBus).  It is much better to use the cxf:bus element described below</td></tr></table></div>
 
 
 <p><b>Enabling message logging using custom CXF bean elements</b></p>

Modified: websites/production/cxf/content/docs/custom-transport.html
==============================================================================
--- websites/production/cxf/content/docs/custom-transport.html (original)
+++ websites/production/cxf/content/docs/custom-transport.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Custom Transport
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/cxf-architecture.html
==============================================================================
--- websites/production/cxf/content/docs/cxf-architecture.html (original)
+++ websites/production/cxf/content/docs/cxf-architecture.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- CXF Architecture
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -165,12 +165,12 @@ div.rbtoc1321462233746 li {margin-left: 
 
 
 <map name="GLIFFY_MAP_44806_MessageFlowOnClientSide"></map>
-<table width="100%"><tr><td align="left" colspan="1" rowspan="1" nowrap>
+<table width="100%"><tr><td align="left" colspan="1" rowspan="1">
             <table><caption align="bottom">
                     
                         
                         <a shape="rect" href="/confluence/plugins/gliffy/viewlargediagram.action?name=MessageFlowOnClientSide&amp;ceoid=44806&amp;key=CXF20DOC&amp;pageId=44806" target="">Full Size</a>
-                                    </caption><tr><td colspan="1" rowspan="1" nowrap>
+                                    </caption><tr><td colspan="1" rowspan="1">
                         <img style="border: none; width: 1269px; height: 580px;" usemap="#GLIFFY_MAP_44806_MessageFlowOnClientSide" src="cxf-architecture.data/MessageFlowOnClientSide.png" alt="A&amp;#32;Gliffy&amp;#32;Diagram&amp;#32;named&amp;#58;&amp;#32;MessageFlowOnClientSide">
                     </td></tr></table>
         </td></tr></table>
@@ -182,12 +182,12 @@ div.rbtoc1321462233746 li {margin-left: 
 
 
 <map name="GLIFFY_MAP_44806_MessageFlowOnServerSide"></map>
-<table width="100%"><tr><td align="left" colspan="1" rowspan="1" nowrap>
+<table width="100%"><tr><td align="left" colspan="1" rowspan="1">
             <table><caption align="bottom">
                     
                         
                         <a shape="rect" href="/confluence/plugins/gliffy/viewlargediagram.action?name=MessageFlowOnServerSide&amp;ceoid=44806&amp;key=CXF20DOC&amp;pageId=44806" target="">Full Size</a>
-                                    </caption><tr><td colspan="1" rowspan="1" nowrap>
+                                    </caption><tr><td colspan="1" rowspan="1">
                         <img style="border: none; width: 1222px; height: 600px;" usemap="#GLIFFY_MAP_44806_MessageFlowOnServerSide" src="cxf-architecture.data/MessageFlowOnServerSide.png" alt="A&amp;#32;Gliffy&amp;#32;Diagram&amp;#32;named&amp;#58;&amp;#32;MessageFlowOnServerSide">
                     </td></tr></table>
         </td></tr></table>

Modified: websites/production/cxf/content/docs/cxf-dependency-graphs.html
==============================================================================
--- websites/production/cxf/content/docs/cxf-dependency-graphs.html (original)
+++ websites/production/cxf/content/docs/cxf-dependency-graphs.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- CXF Dependency Graphs
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/cxf-oauth-10.html
==============================================================================
--- websites/production/cxf/content/docs/cxf-oauth-10.html (original)
+++ websites/production/cxf/content/docs/cxf-oauth-10.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- CXF OAuth 1.0
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/cxf-tools-in-eclipse.html
==============================================================================
--- websites/production/cxf/content/docs/cxf-tools-in-eclipse.html (original)
+++ websites/production/cxf/content/docs/cxf-tools-in-eclipse.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- CXF tools in Eclipse
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -123,7 +123,7 @@ Apache CXF -- CXF tools in Eclipse
            <div class="wiki-content">
 <div id="ConfluenceContent"><h2><a shape="rect" name="CXFtoolsinEclipse-DevelopingJAXWSWebServiceswithCXFandEclipse"></a>Developing JAX-WS Web Services with CXF and Eclipse</h2>
 
-<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top" nowrap><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1" nowrap><b>Wait for it...</b><br clear="none">We're updating this page to reflect the latest on this topic...</td></tr></table></div>
+<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Wait for it...</b><br clear="none">We're updating this page to reflect the latest on this topic...</td></tr></table></div>
 
 <p>The <a shape="rect" class="external-link" href="http://wiki.eclipse.org/JAXWS" rel="nofollow">JAX-WS Tools</a> is working on creating tools, based on the <a shape="rect" class="external-link" href="http://www.eclipse.org/webtools" rel="nofollow">Eclipse Webtools</a> frameworks, for developing JAX-WS services. </p>
 </div>

Modified: websites/production/cxf/content/docs/cxfeclipseplugininstructions.html
==============================================================================
--- websites/production/cxf/content/docs/cxfeclipseplugininstructions.html (original)
+++ websites/production/cxf/content/docs/cxfeclipseplugininstructions.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- CXF_Eclipse_Plugin_Instruc
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -123,7 +123,7 @@ Apache CXF -- CXF_Eclipse_Plugin_Instruc
            <div class="wiki-content">
 <div id="ConfluenceContent"><h1><a shape="rect" name="CXF_Eclipse_Plugin_Instructions-WebServiceswithCXFandEclipse"></a>Web Services with CXF and Eclipse</h1>
 
-<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top" nowrap><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1" nowrap><b>Watch Out!</b><br clear="none">This page is out of date, and there is a new approach to developing CXF services with Eclipse! We'll have the details up here as soon as possible.</td></tr></table></div>
+<div class="panelMacro"><table class="warningMacro"><colgroup span="1"><col span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" valign="top"><img align="middle" src="https://cwiki.apache.org/confluence/images/icons/emoticons/forbidden.gif" width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1"><b>Watch Out!</b><br clear="none">This page is out of date, and there is a new approach to developing CXF services with Eclipse! We'll have the details up here as soon as possible.</td></tr></table></div>
 
 <h2><a shape="rect" name="CXF_Eclipse_Plugin_Instructions-Introduction"></a>Introduction</h2>
 

Modified: websites/production/cxf/content/docs/data-binding-architecture.html
==============================================================================
--- websites/production/cxf/content/docs/data-binding-architecture.html (original)
+++ websites/production/cxf/content/docs/data-binding-architecture.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Data Binding Architecture
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/databindings.html
==============================================================================
--- websites/production/cxf/content/docs/databindings.html (original)
+++ websites/production/cxf/content/docs/databindings.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- DataBindings
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/debugging-and-logging.html
==============================================================================
--- websites/production/cxf/content/docs/debugging-and-logging.html (original)
+++ websites/production/cxf/content/docs/debugging-and-logging.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Debugging and Logging
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/defining-contract-first-webservices-with-wsdl-generation-from-java.html
==============================================================================
--- websites/production/cxf/content/docs/defining-contract-first-webservices-with-wsdl-generation-from-java.html (original)
+++ websites/production/cxf/content/docs/defining-contract-first-webservices-with-wsdl-generation-from-java.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Defining Contract first we
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/deployment.html
==============================================================================
--- websites/production/cxf/content/docs/deployment.html (original)
+++ websites/production/cxf/content/docs/deployment.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Deployment
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>

Modified: websites/production/cxf/content/docs/developing-a-consumer.html
==============================================================================
--- websites/production/cxf/content/docs/developing-a-consumer.html (original)
+++ websites/production/cxf/content/docs/developing-a-consumer.html Wed Mar  7 01:55:11 2012
@@ -46,9 +46,9 @@ Apache CXF -- Developing a Consumer
         <div id="banner">
           <!-- Banner -->
 <div id="banner-content">
-<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap>
+<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left" colspan="1" nowrap="" rowspan="1" class="topbardiv">
 <a shape="rect" href="http://cxf.apache.org/" title="Apache CXF"><span style="font-weight: bold; font-size: 170%; color: white">Apache CXF</span></a>
-</td><td align="right" colspan="1" nowrap>
+</td><td align="right" colspan="1" nowrap="" rowspan="1">
 <a shape="rect" href="http://www.apache.org/" title="The Apache Sofware Foundation"><img border="0" alt="ASF Logo" src="http://cxf.apache.org/images/asf-logo.png"></a>
 </td></tr></table>
 </div>
@@ -531,7 +531,7 @@ PropertyType propValue = (PropertyType) 
 <p>CXF supports the following context properties:</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Context Property Name</th><th colspan="1" rowspan="1" class="confluenceTh">Context Property Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>org.apache.cxf.ws.addressing.JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES</tt></td><td colspan="1" rowspan="1" class="confluenceTd" nowrap><tt>org.apache.cxf.ws.addressing.AddressingProperties</tt></td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">Context Property Name</th><th colspan="1" rowspan="1" class="confluenceTh">Context Property Type</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><tt>org.apache.cxf.ws.addressing.JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES</tt></td><td colspan="1" rowspan="1" class="confluenceTd"><tt>org.apache.cxf.ws.addressing.AddressingProperties</tt></td></tr></tbody></table>
 </div>