Re: HTTP handlers with Camel Undertow endpoint

2023-02-24 Thread Arnaud Level
Hi Claus, sorry I forgot to mention it: 3.18.0 On Fri, Feb 24, 2023 at 1:31 PM Claus Ibsen wrote: > What Camel version do you use > > On Fri, Feb 24, 2023 at 12:04 PM Arnaud Level > wrote: > > > Hi, > > > > We are trying to configure a HTTP handler on our Undertow endpoint: > >

Re: HTTP handlers with Camel Undertow endpoint

2023-02-24 Thread Claus Ibsen
What Camel version do you use On Fri, Feb 24, 2023 at 12:04 PM Arnaud Level wrote: > Hi, > > We are trying to configure a HTTP handler on our Undertow endpoint: > rest("/items/{itemId}/colors?handlers=authorizationHandler") > .get("/").to("direct:xxx"); > > The

HTTP handlers with Camel Undertow endpoint

2023-02-24 Thread Arnaud Level
Hi, We are trying to configure a HTTP handler on our Undertow endpoint: rest("/items/{itemId}/colors?handlers=authorizationHandler") .get("/").to("direct:xxx"); The AuthorizationHandler class implements org.apache.camel.component.undertow.CamelUndertowHttpHandler Camel throws the