GET and DELETE /api/legal/v1/legaltags/{name}

Received a response with 5xx status code: 500 Very odd response: ", status: 500"

Should have been a 404.

Run this get curl command to reproduce this failure:

curl -X GET -H 'Authorization: Bearer TOKEN' -H 'data-partition-id: osdu' https://osdu.r3m18.preshiptesting.osdu.aws/api/legal/v1/legaltags/%0A

Run this cURL command to reproduce this failure:

curl -X DELETE -H 'Authorization: Bearer TOKEN' -H 'data-partition-id: osdu' https://osdu.r3m18.preshiptesting.osdu.aws/api/legal/v1/legaltags/%0D

Found this on AWS and Azure.

Run this cURL command to reproduce this failure:

curl -X GET -H 'Authorization: Bearer TOKEN' -H 'data-partition-id: opendes' https://osdu-ship.msft-osdu-test.org/api/legal/v1/legaltags/%0A

curl -X DELETE -H 'Authorization: Bearer TOKEN' -H 'Cookie: JSESSIONID=IDHERE'-H 'data-partition-id: opendes' https://osdu-ship.msft-osdu-test.org/api/legal/v1/legaltags/%0D
Edited by Shane Hutchins