Github user geomacy commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/754#discussion_r125491382
  
    --- Diff: 
rest/rest-api/src/main/java/org/apache/brooklyn/rest/api/ActivityApi.java ---
    @@ -75,6 +75,7 @@ public TaskSummary get(
         @ApiResponses(value = {
                 @ApiResponse(code = 404, message = "Could not find task or 
stream")
         })
    +    @Produces(MediaType.TEXT_PLAIN + ";qs=0.9")
    --- End diff --
    
    why the `qs`? it's not actually a valid parameter on `Content-Type`, it's 
some sort of Apache webserver hack.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to