With CXF Rest, how do you specify filename (content-disposition):
@Produces("multipart/form-data")
@Multipart(value = "root", type = "application/octet-stream")
@GET
@Path("/file")
public File getFile(@QueryParam("") Query query);
With CXF Rest, how do you specify filename (content-disposition):
@Produces("multipart/form-data")
@Multipart(value = "root", type = "application/octet-stream")
@GET
@Path("/file")
public File getFile(@QueryParam("") Query query);