ocket8888 opened a new issue #3146: Creating a status without a description is allowed, but breaks the endpoint URL: https://github.com/apache/trafficcontrol/issues/3146 A status can be created or updated such that it has a `null` description, but doing so will cause any further `GET` requests to `/api/1.x/statuses` or `/api/1.x/statuses/{{ID}}` to return a generic Internal Server Error response. The Traffic Ops logs show this error: ``` ERROR: api.go:98: 2018-12-19T16:46:01.92506172Z: 172.16.239.1:47562 scanning status: sql: Scan error on column index 0: unsupported Scan, storing driver.Value type <nil> into type *string ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
