Bug #7320
CN.getCapabilities() (v2 only) returns a v1.Node
Start date:
2015-08-27
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
The CNCore getCapabilities is a v2-only call at the "GET /" endpoint but yields a org.dataone.service.types.v1.Node instead of a v2 Node.
Ran into this when running tests in the Dev environment, against https://cn-dev-ucsb-1.test.dataone.org/cn/
Related issues
History
#1 Updated by Ben Leinfelder about 9 years ago
- Duplicates Task #7039: CN.getNodeCapabilities return v1 object added
#2 Updated by Ben Leinfelder about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
This was an issue earlier that I thought I resolved, but It seems the CN dispatching was indeterminate. I've now removed v2 handling of the "/" request so we will only get v2 nodelist responses.
This has been deployed on cn-dev-ucsb-1 and will be deployed on the other two cns shortly.