Hi, I not think there is something wrong which could prevent StreamCaching working as we expect. Do you mind create a simple unit test case to produce the error that you meet? I need the case to help me dig the issue.
-- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Friday, March 15, 2013 at 10:20 PM, ramrubio wrote: > Hi William, > > I tried both setting streamCaching on camel context and on route. > > context.setStreamCaching(true). > > and > > this.from("servlet:///?matchOnUriPrefix=true") > .streamCaching > .removeHeader(Exchange.HTTP_PATH) > .dynamicRouter(method(CamelRoute.class, "slip")); > > Neither worked for me so i had to read and set body as shown above. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Post-Request-forwarded-from-Camel-does-not-contain-HTTP-Body-tp5729145p5729247.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).