Re: Camel Netty Http: HttpHeaders case sensitive

2015-02-26 Thread cgiera
Thx for the quick response and solution. kind regards, Christoph -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Netty-Http-HttpHeaders-case-sensitive-tp5763157p5763231.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Netty Http: HttpHeaders case sensitive

2015-02-26 Thread Claus Ibsen
nse.setContent(ChannelBuffers.copiedBuffer(new byte[]{})); >> messageEvent.getChannel().write(response).syncUninterruptibly(); >> messageEvent.getChannel().close(); >> return; >> } >> >> HttpHeaders can be/have to be case insensitive, see >> http://stac

Re: Camel Netty Http: HttpHeaders case sensitive

2015-02-26 Thread Claus Ibsen
annel().write(response).syncUninterruptibly(); > messageEvent.getChannel().close(); > return; > } > > HttpHeaders can be/have to be case insensitive, see > http://stackoverflow.com/questions/5258977/are-http-headers-case-sensitive > or http://www.ietf.org/rfc/rfc2616.txt. > > Should I cre

Re: Camel Netty Http: HttpHeaders case sensitive

2015-02-25 Thread Claus Ibsen
vent.getChannel().close(); > return; > } > > HttpHeaders can be/have to be case insensitive, see > http://stackoverflow.com/questions/5258977/are-http-headers-case-sensitive > or http://www.ietf.org/rfc/rfc2616.txt. > > Should I create a ticket for this? > > kind regards, &

Camel Netty Http: HttpHeaders case sensitive

2015-02-25 Thread cgiera
/questions/5258977/are-http-headers-case-sensitive or http://www.ietf.org/rfc/rfc2616.txt. Should I create a ticket for this? kind regards, soilworker -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Netty-Http-HttpHeaders-case-sensitive-tp5763157.html Sent from the Camel - Users mailing list archive at Nabble.com.