Hello All,

I am trying to add values to the headers in my writeto method in
MessageBodyWriter like this

headers.putSingle("Cache-Control","no-cache");
headers.putSingle("Expires", 0);

If i look at the log of the outbound message i can see the headers in
there,but however when the client receives it,the headers are not in there.

Can someone please help me.

Thanks,
Vishal
-- 
View this message in context: 
http://www.nabble.com/Setting-headers-in-JAXRS-tp21862657p21862657.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to