> @@ -176,6 +177,7 @@ String replace(@PathParam("objectName") String 
> objectName, @BinderParam(SetPaylo
>     @POST
>     @Fallback(FalseOnNotFoundOr404.class)
>     @Path("/{objectName}")
> +   @RequestFilters(FixContentTypeHeader.class)

@nacx I think it must be either an empty String, or it should not be sent at 
all. However, if I don't set it, jclouds will set it to form data.
This said, Produces("") works as well. I think I will use that so as to 
eliminate the extra filter.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/97/files#r12590251

Reply via email to