You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2018/03/25 23:35:48 UTC

[cxf] branch master updated: CXF-7658: SSE destinations unreachable deployed in OSGi. Removing CORS filter from the SSE OSGi sample (since it does not work with Atmosphere)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 896bfd6  CXF-7658: SSE destinations unreachable deployed in OSGi. Removing CORS filter from the SSE OSGi sample (since it does not work with Atmosphere)
896bfd6 is described below

commit 896bfd68a65dfaad406f7797171356f6f7c1398f
Author: reta <dr...@gmail.com>
AuthorDate: Sun Mar 25 19:35:43 2018 -0400

    CXF-7658: SSE destinations unreachable deployed in OSGi. Removing CORS filter from the SSE OSGi sample (since it does not work with Atmosphere)
---
 .../jax_rs/sse_osgi/src/main/resources/OSGI-INF/blueprint/context.xml    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/distribution/src/main/release/samples/jax_rs/sse_osgi/src/main/resources/OSGI-INF/blueprint/context.xml b/distribution/src/main/release/samples/jax_rs/sse_osgi/src/main/resources/OSGI-INF/blueprint/context.xml
index f8965c8..c53b4eb 100644
--- a/distribution/src/main/release/samples/jax_rs/sse_osgi/src/main/resources/OSGI-INF/blueprint/context.xml
+++ b/distribution/src/main/release/samples/jax_rs/sse_osgi/src/main/resources/OSGI-INF/blueprint/context.xml
@@ -30,7 +30,6 @@
 
     <!-- Application resources -->
     <bean id="statsResource" class="demo.jaxrs.server.StatsRestServiceImpl" />
-    <bean id="corsFilter" class="org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter" /> 
     <bean id="jsonProvider" class="com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider" />
  
     <cxf:bus>

-- 
To stop receiving notification emails like this one, please contact
reta@apache.org.