Hi guys
I have a question about REST header management and the possibility to add a
single header value.
When I put customs header on a REST response:
*response.header("Object-Meta-Owner ",
"0d1ad896-7938-11e4-a487-000c29484743"))*, it appears that the header value
is contains between brackets like this
*X-Object-Meta-Owner: [0d1ad896-7938-11e4-a487-000c29484743]*
Is there a way to put a single value header and consequently to return a
response header without these brackets?
I have the same problem by setting a “content-disposition” header that must
be directly interpreted by browsers. But, because the value is between
brackets some browsers cannot interpreted the header (it’s the case of
Chrome for example)
For information, I use CXF-RT-* version 3.0.1
Thanks in advance
Romain