Bug #2440
Metacat does not provide exception in describe response
Status:
Closed
Priority:
Normal
Assignee:
Ben Leinfelder
Category:
Metacat
Target version:
Start date:
2012-03-06
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
The describe() response from Metacat does not include the expected header information.
e.g.:
curl -I -k https://demo2.test.dataone.org/knb/d1/mn/v1/object/JUNK
HTTP/1.1 404 Not Found
Date: Tue, 06 Mar 2012 03:43:22 GMT
Server: Apache/2.2.14 (Ubuntu)
Content-Length: 189
Vary: Accept-Encoding
Content-Type: text/xml
expected something like the error response described at:
http://mule1.dataone.org/ArchitectureDocs-current/apis/MN_APIs.html#MNRead.describe
History
#1 Updated by Ben Leinfelder over 12 years ago
- Status changed from New to Closed
no sending the BaseException details back in the header as documented.