RE: Setting Response Header with JAX-RS

2013-03-14 Thread Thierry Boileau
Hello, an issue has been entered #739 (https://github.com/restlet/restlet-framework-java/issues/739) by Mark Kharitonov. Best regards, Thierry Boileau -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3050998

Setting Response Header with JAX-RS

2011-04-27 Thread Borislav Iordanov
Hi, It seems this was a previously reported bug that was supposedly fixed: http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2404829 But I still get the problem: headers set in the ResponseBuilder JAX-RS object are ignored. Here's how my code looks: @OPTIONS Path("/foo")