Task #2325
Story #2086: CN issues found when creating tests for Python D1 CNClient
CNCore.generateIdentifier() - 500
100%
Description
operation: POST /cn/v1/generate
12/02/12 23:24:04 DEBUG headers: {'Content-Length': 317, 'Charset': 'utf-8', 'Content-Type': 'multipart/form-data; boundary=----------6B3C785C-6290-11DF-A355-A6ECDED72085_$', 'Accept': 'text/xml', 'User-Agent': 'pyd1/1.0.0 +http://dataone.org/'}
ServiceFailure: name: ServiceFailure
errorCode: 500
detailCode: 0
description: Node responded with a valid status code but failed to include the expected Content-Type
Status code: 500
Content-Type: text/xml;charset=UTF-8
traceInformation: <?xml version="1.0" encoding="UTF-8"?>
Internal Server Error: The server encountered an unexpected condition which prevented it from fulfilling the request.
History
#1 Updated by Roger Dahl almost 13 years ago
- Status changed from New to Closed
Caused by a bug in d1_common.mime_multipart.py (incorrect rendering of field sections).