Hello, Ran a quick test in my Apache CXF JAX-RS OSGI environment:
* Both Pax Web 0.7.4 & 0.8.1 displayed the issue (running on Apache Felix) * Apache Felix HTTP 2.0.4 did not display the issue (running on Apache Felix) * org.eclipse.equinox.http.jetty_2.0.0.v20100503 did not display the issue (running on Equinox 3.6.1) It's most likely bug in Pax Web. If you do need to run in Pax Web, you could create your own Servlet that extends CXFNonSpringJaxrsServlet, overriding createServletController so that your ServletController calculates getBaseURL however you desire. -jd -- View this message in context: http://cxf.547215.n5.nabble.com/JAXRS-OSGi-registering-CXFNonSpringServlet-to-alias-causes-problem-when-running-on-pax-web-tp3363287p3363934.html Sent from the cxf-user mailing list archive at Nabble.com.
