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 2012/08/08 09:49:05 UTC

svn commit: r828352 - in /websites/production/cxf/content: cache/docs.pageCache docs/jax-rs-filters.html

Author: buildbot
Date: Wed Aug  8 07:49:04 2012
New Revision: 828352

Log:
Production update by buildbot for cxf

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

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

Modified: websites/production/cxf/content/docs/jax-rs-filters.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-filters.html (original)
+++ websites/production/cxf/content/docs/jax-rs-filters.html Wed Aug  8 07:49:04 2012
@@ -343,7 +343,7 @@ The only option at the moment is to use 
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-message.getExchange().put(<span class="code-quote">"ignore.response.writers"</span>, <span class="code-keyword">true</span>);
+message.getExchange().put(<span class="code-quote">"ignore.message.writers"</span>, <span class="code-keyword">true</span>);
 </pre>
 </div></div>