Author: buildbot
Date: Fri Mar  8 16:47:59 2013
New Revision: 853643

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/security.html

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

Modified: websites/production/cxf/content/docs/security.html
==============================================================================
--- websites/production/cxf/content/docs/security.html (original)
+++ websites/production/cxf/content/docs/security.html Fri Mar  8 16:47:59 2013
@@ -274,13 +274,13 @@ Apache CXF -- Security
 
 <span class="code-tag">&lt;jaxws:endpoint&gt;</span>
   <span class="code-tag">&lt;jaxws:inInterceptors&gt;</span>
-   <span class="code-tag">&lt;bean ref=<span 
class="code-quote">"depthInterceptor"</span>/&gt;</span>
+   <span class="code-tag">&lt;ref bean=<span 
class="code-quote">"depthInterceptor"</span>/&gt;</span>
  <span class="code-tag">&lt;/jaxws:inInterceptors&gt;</span>
 <span class="code-tag">&lt;jaxws:endpoint&gt;</span>
 
 <span class="code-tag">&lt;jaxrs:server&gt;</span>
   <span class="code-tag">&lt;jaxrs:inInterceptors&gt;</span>
-   <span class="code-tag">&lt;bean ref=<span 
class="code-quote">"depthInterceptor"</span>/&gt;</span>
+   <span class="code-tag">&lt;ref bean=<span 
class="code-quote">"depthInterceptor"</span>/&gt;</span>
  <span class="code-tag">&lt;/jaxrs:inInterceptors&gt;</span>
 <span class="code-tag">&lt;jaxrs:server&gt;</span>
 


Reply via email to