On 26/09/17 12:54, smunro wrote:
Thanks for the quick reply.

I tried your pre match filter suggestion and found it worked only if I put
the full URL in. If I left it as http://localhost:8181 the filter wasn't
hit. I suspect this is because of the root context I've specified in the cxf
properties.

well, I'm not sure what to do in this case, if the CXF runtime is not reached then it's trickier.>
I don't have any web.xml configs, it's purely annotated REST Pojos.  Just
the standard REST.xml and the osgi property for overriding the container
settings.
In this case a default CXF HTTP Transport is used supported by a somewhat limited Jetty server, which is not capable of supporting the RequestDispatcher redirects. Thus one needs to use a webbundle deployment if you'd like this particular CXF feature be supported - you can still keep the contexts, but use CXFBlueprintServlet

Sergey



--
Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html

Reply via email to