You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2013/12/09 19:48:12 UTC

svn commit: r889744 - in /websites/production/cxf/content: cache/docs.pageCache docs/jax-rs-client-api.html

Author: buildbot
Date: Mon Dec  9 18:48:12 2013
New Revision: 889744

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/jax-rs-client-api.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/docs/jax-rs-client-api.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-client-api.html (original)
+++ websites/production/cxf/content/docs/jax-rs-client-api.html Mon Dec  9 18:48:12 2013
@@ -532,7 +532,7 @@ XMlSource can also help with getting the
 
 <h1><a shape="rect" name="JAX-RSClientAPI-SupportforarbitraryHTTPmethodsforsyncinvocations."></a>Support for arbitrary HTTP methods for sync invocations.</h1>
 
-<p>To get the arbitrary HTTP methods supported with the synchronous client calls add the HttpClient-based transport dependency and set a "use.async.http.conduit" contextual property.</p>
+<p>To get the arbitrary HTTP methods supported with the synchronous client calls or bypass some known Java HTTPUrlConnection issues (example it will block empty DELETE requests) add the HttpClient-based transport dependency and set a "use.async.http.conduit" contextual property.</p>
 
 <p>This will work as is for asynchronous calls given that the HttpClient-based transport is required. </p>
 
@@ -686,7 +686,8 @@ WebClient client = WebClient.create("htt
 ]]></script>
 </div></div>
 
-<p>When injecting clients from Spring, one can add 'username' and 'password' values as attributes to jaxrs:client elements or add them to WebClient factory create methods.</p></div>
+<p>When injecting clients from Spring, one can add 'username' and 'password' values as attributes to jaxrs:client elements or add them to WebClient factory create methods.</p>
+</div>
            </div>
            <!-- Content -->
          </td>