How is my HTTP Get request to query for DNG artifacts failing with 6.0.3 where it worked in 6.0.2?
I am attempting to send an HTTP Get request to query for DNG artifacts. I am trying to do this at a project level and just get all the requirement artifacts back. I have a library that creates these requests and works perfectly for 6.0.2 but fails for 6.0.3 with similar setup. GC is not enabled. Should there be something else provided in the GET request that I am missing?
Accepted answer
Hi Chandrasekhar,
I believe your request should look like my "Updated" one below (the ? should be changed to an & before oslc.paging). If I use your example, I get the same error but mine works ok. Maybe your library is doing something different, as I'm not sure this would have worked in a previous version either.
Original:
GET oslc-clm.dspace.de:9443/rm/views?oslc.query=true&projectURL=https%3A%2F%2Foslc-clm.dspace.de%3A9443%2Frm%2Fprocess%2Fproject-areas%2F_gLIyoA4_Eeenb8He39gWBw?oslc.paging=true&oslc.pageSize=100&oslc.select=
Updated:
GET oslc-clm.dspace.de:9443/rm/views?oslc.query=true&projectURL=https%3A%2F%2Foslc-clm.dspace.de%3A9443%2Frm%2Fprocess%2Fproject-areas%2F_gLIyoA4_Eeenb8He39gWBw&oslc.paging=true&oslc.pageSize=100&oslc.select=
Comments
1 vote
Comments
Chandrasekhar Puliroju
Apr 18 '17, 11:23 a.m.