Community
Participate
Working Groups
The Bugzilla adapter currently returns 406 Not Acceptable when application/xml is requested for change requests or query responses. According to the OSLC-CM spec, OSLC-CM providers MUST support XML. See http://open-services.net/bin/view/Main/CmSpecificationV2?sortcol=table;table=up#Resource_Formats http://open-services.net/bin/view/Main/OSLCCoreSpecAppendixRepresentations?sortcol=table;up=#Guidelines_for_application_xml Since we're using Jena RDF/XML-ABBREV format for responses, we should be able to simply accept application/xml and respond the same way we do for application/rdf+xml.
Pull Request: https://github.com/eclipse/lyo.server/pull/2
Resolved with the following commit: http://git.eclipse.org/c/lyo/org.eclipse.lyo.server.git/commit/?id=4effec0b3987b23fd5a1ab9fc968841548cdf56e
Closing...