Re: CORS support in servlet

2016-03-16 Thread Patrick Valsecchi
For info, I've created an issue for that: https://issues.apache.org/jira/browse/CAMEL-9702 And Claus Ibsen has been very quick to fix. Thanks. On Wed, Mar 9, 2016 at 9:03 AM, Patrick Valsecchi < patrick.valsec...@camptocamp.com> wrote: > Hi, > > I'm trying to have CORS working with with the RES

CORS support in servlet

2016-03-09 Thread Patrick Valsecchi
Hi, I'm trying to have CORS working with with the REST DSL (I'm actually using XML) in a servlet context (to run under tomcat). I've put enableCORS="true" at the level and in all my and elements. That seems to work fine as long as I only do GET and PUT queries. The problem is that web clients