> @@ -176,6 +177,7 @@ String replace(@PathParam("objectName") String
> objectName, @BinderParam(SetPaylo
> @POST
> @Fallback(FalseOnNotFoundOr404.class)
> @Path("/{objectName}")
> + @RequestFilters(FixContentTypeHeader.class)
Out of curiosity. **Must** the Content-Type header be an empty String? Or is
there a Content-Type we can seat instead?
Also, instead of having a filter, could you try to use a `@Procudes("")`? I
don't know if it will work, but it is the header that is commonly used to set
the Content-Type in the request.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/97/files#r12570467