I dont think attributes on request object is part of what is sent over
HTTP. I would assume its a local object.
If you want to send that object to Camel it has to be either part of
HTTP HEADER
HTTP BODY

And since its a object you may want to send it as serialized content as bytes.


On Tue, Jun 26, 2012 at 4:08 PM, Navengit <yadavnaven...@gmail.com> wrote:
> I have a Java Struts 1.1 based application which has a JSP which is sending
> an HTTP request to Jetty endpoint in my Camel application.
> I have an object set in  request.setAttribute.
> How to get this object in my camel processor?
> I am able to get the request parameters but not request attributes.
> I have tried both GET and POST but in vein.
> I will appreciate any reply on the same.
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-Jetty-Endpoint-query-tp5715119.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to