Hello,
I would like to know if the parameters in the media-type should be in the "produces" annotation or elsewhere. Because I can't get it to work with the media-type of an atom feed member.
%rest:produces("application/atom+xml;type=entry")
The valid syntax can be found in rfc2616 section 3.7 Media Types: http://tools.ietf.org/html/rfc2616#section-3.7
In the RESTXQ wiki page, we can see the media type of an atome feed
%rest:produces("application/atom+xml")
But I did not found anything about using a parameter in the media type.
Thanks.