-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
None
-
None
@Produces(
{ MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML })
On Tue, May 19, 2009 at 10:30 AM, Bill Burke <bburke@redhat.com> wrote:
What does your class look like? (@Produces annotations specifically)
Jamie Johnson wrote:
but does it process them accordingly? I had tried something like
accept: application/xml; q=0.5, application/json; q=0.8
and I always get back xml. I had thought that this should return JSON based on the quality factor.