Author: buildbot
Date: Fri Jun 22 21:47:49 2012
New Revision: 822790
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 Fri Jun 22 21:47:49
2012
@@ -131,7 +131,9 @@ Apache CXF -- JAX-RS CORS
<p>CXF 2.5.1 introduces the <a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/cxf/trunk/rt/rs/security/cors/src/main/java/org/apache/cxf/rs/security/cors/">initial
support</a> for the <a shape="rect" class="external-link"
href="http://www.w3.org/TR/cors/" rel="nofollow">Cross-Origin Resource
Sharing</a> specification that "defines a mechanism to enable client-side
cross-origin requests".</p>
-<p>Please see the <a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/cxf/trunk/rt/rs/security/cors/src/main/java/org/apache/cxf/rs/security/cors/package.html">package.html</a>
for a good introduction of CORS and the way it is supported in CXF JAX-RS.</p>
+<p>This <a shape="rect" class="external-link"
href="https://developer.mozilla.org/en/http_access_control"
rel="nofollow">Mozilla.org page</a> provides a very good explanation of
CORS.</p>
+
+<p>Please see the <a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/cxf/trunk/rt/rs/security/cors/src/main/java/org/apache/cxf/rs/security/cors/package.html">package.html</a>
for a good introduction to CORS and the way it is supported in CXF JAX-RS.</p>
<p>Note that the <a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/cxf/trunk/rt/rs/security/cors/src/main/java/org/apache/cxf/rs/security/cors/CrossOriginResourceSharingFilter.java">CORS
filter</a> uses the JAX-RS selection algorithm to ensure that the JAX-RS
resource method capable of handling the request does exist.</p>