Skip to content

Commit

Permalink
BZ 1005794 Workitem REST API operation doesn't produce XML response
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Rietveld committed Sep 12, 2013
1 parent c99f465 commit b0c8967
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -172,6 +172,7 @@ public JaxbWorkItem getWorkItem(@PathParam("workItemId") Long workItemId) {

@POST
@Path("/workitem/{workItemId: [0-9-]+}/{oper: [a-zA-Z]+}")
@Produces(MediaType.APPLICATION_XML)
public JaxbGenericResponse doWorkItemOperation(@PathParam("workItemId") Long workItemId, @PathParam("oper") String operation) {
Map<String, List<String>> params = getRequestParams(request);
Command<?> cmd = null;
Expand Down

0 comments on commit b0c8967

Please sign in to comment.