Hi,
In Camel 1.4.0, in JettyHttpEndpoint, on line 45:
public Producer<HttpExchange> createProducer() throws Exception {
return super.createProducer(); // <----- this will delegate to
HttpEndpoint
// return new JettyHttpProducer(this);
}
Was this intended? Doesn't this effectively disable the whole endpoint?
Cheers,
--Bill
--
View this message in context:
http://www.nabble.com/JettyHttpEndpoint%3A-bug--temporarily-disabled--tp18898849s22882p18898849.html
Sent from the Camel - Users mailing list archive at Nabble.com.