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/07/09 19:47:49 UTC

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

Author: buildbot
Date: Mon Jul  9 17:47:49 2012
New Revision: 825149

Log:
Production update by buildbot for cxf

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

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

Modified: websites/production/cxf/content/docs/jax-rs-cors.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-cors.html (original)
+++ websites/production/cxf/content/docs/jax-rs-cors.html Mon Jul  9 17:47:49 2012
@@ -248,7 +248,7 @@ Apache CXF -- JAX-RS CORS
 <pre class="code-xml">
 
 <span class="code-tag">&lt;beans&gt;</span>
-        <span class="code-tag">&lt;bean id=<span class="code-quote">"cors-filter"</span> class=<span class="code-quote">"org.apache.cxf.jaxrs.cors.CrossOriginResourceSharingFilter"</span>/&gt;</span>
+        <span class="code-tag">&lt;bean id=<span class="code-quote">"cors-filter"</span> class=<span class="code-quote">"org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter"</span>/&gt;</span>
 
 	<span class="code-tag">&lt;jaxrs:server id=<span class="code-quote">"service"</span> address=<span class="code-quote">"/rest"</span>&gt;</span>
 		<span class="code-tag">&lt;jaxrs:serviceBeans&gt;</span>