Re: HTTP Options request (netty-http, netty4-http)

2015-09-21 Thread Charles Moulliard
Even if the goal was not with first implementations of REST DSL to expose the OPTIONS verb within the DSL, I think that it makes sense to propose it ( https://issues.apache.org/jira/browse/CAMEL-9129) for the following reasons : - The browser will issue OPTIONS requests when CORS is enabled. This i

Re: HTTP Options request (netty-http, netty4-http)

2015-09-21 Thread Claus Ibsen
The options was never meant to be exposed in the rest-dsl, when it was created. The options was for the built-in CORS support. On Mon, Sep 14, 2015 at 9:26 PM, Charles Moulliard wrote: > Hi, > > I think that the logic of this test is wrong ( > https://github.com/apache/camel/blob/master/comp