Task #1031
Story #912: Fix known TODOs in the metacat code base
a /meta call on private data returns a service failure, instead of file-not-found
Start date:
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
History
#1 Updated by Rob Nahf about 14 years ago
metadata inserted into metacat using mn.create(), which id resolve:testID:876545678
by D1ClientCNodeTest.java using the kepler test user.
cn/resolve forwards the error produced by cn/meta, a (500) service error:
with description:
Failed to deserialize and insert SystemMetadata: Error creating parser
to test, try:
http://cn-dev.dataone.org/cn/resolve/resolve:testID:876545678
http://cn-dev.dataone.org/cn/meta/resolve:testID:876545678
#2 Updated by Rob Nahf about 14 years ago
- Parent task set to #912
#3 Updated by Chad Berkley about 14 years ago
- Status changed from New to Closed
All create tests pass. I don't see any problems with this code. Perhaps it's a permissions problem?