Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Fix Version/s: 6.0
-
Component/s: REST API
-
Labels:
-
Environment:
*Location*: http://demo.dspace.org/
*User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17
*Screen Resolution*: 1440 x 900
-
Attachments:
-
Comments:4
Description
This may not be an issue, and "fixing" it might break someone else's stuff, but I am noticing that the retrieveLink for bitstreams does not include "/rest".
Here's an example. There's a bitstream represented here:
https://demo.dspace.org/rest/bitstreams/8a999a8e-a74e-49cf-9051-6c262b8b9084
"Link" is /rest/bitstreams/8a999a8e-a74e-49cf-9051-6c262b8b9084, with "/rest" included.
"RetrieveLink" is /bitstreams/8a999a8e-a74e-49cf-9051-6c262b8b9084/retrieve, without "/rest" included.
I expected to see kitties at https://demo.dspace.org/bitstreams/8a999a8e-a74e-49cf-9051-6c262b8b9084/retrieve, but instead I must go to https://demo.dspace.org/rest/bitstreams/8a999a8e-a74e-49cf-9051-6c262b8b9084/retrieve to see them.
Reporter: keith gilbertson
E-mail: keith.gilbertson@vt.edu