Change /rest/bitstreams/:id/retrieve to @GET, post didn't make sense to me

This commit is contained in:
Peter Dietz
2014-10-06 20:40:34 -04:00
parent 9477551d37
commit 1c6ab765ba

View File

@@ -289,7 +289,7 @@ public class BitstreamResource extends Resource
* data. Or was problem with database reading. Or was problem
* with creating context. Or problem with authorization.
*/
@POST
@GET
@Path("/{bitstream_id}/retrieve")
public javax.ws.rs.core.Response getBitstreamData(@PathParam("bitstream_id") Integer bitstreamId,
@QueryParam("userIP") String user_ip, @QueryParam("userAgent") String user_agent,