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"><beans></span>
- <span class="code-tag"><bean id=<span
class="code-quote">"cors-filter"</span> class=<span
class="code-quote">"org.apache.cxf.jaxrs.cors.CrossOriginResourceSharingFilter"</span>/></span>
+ <span class="code-tag"><bean id=<span
class="code-quote">"cors-filter"</span> class=<span
class="code-quote">"org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter"</span>/></span>
<span class="code-tag"><jaxrs:server id=<span
class="code-quote">"service"</span> address=<span
class="code-quote">"/rest"</span>></span>
<span class="code-tag"><jaxrs:serviceBeans></span>