Jetty component. Is it possible do nut put request body into header?

2013-07-09 Thread Evgeniy
I work with big messages(about 1mb) and jetty component reads the message body into camel exchange header. It causes such errors: WARN header full: java.lang.RuntimeException: Header>6144 So, how can I make jetty component do not put HttpRequest body into headers? Regards, Evgeniy -- V

Re: Jetty component. Is it possible do nut put request body into header?

2013-07-10 Thread Evgeniy
e: String[] pair = param.split("=", 2); String name = URLDecoder.decode(pair[0], charset); String value = URLDecoder.decode(pair[1], charset); So I couldn't know header name. Regards, Evgeniy -- View this message in context: http://camel.465427.n5.nabble.com/Jetty-component-