apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.03k stars 339 forks source link

[TC-546] error_url required in the url_sig file #891

Open limited opened 6 years ago

limited commented 6 years ago

The error_url parameter in the URL signature file is required, if not present trafficserver doesn't start.

Seems like TO handles generating the proper location of for the url_sig in the the database to all servers assigned, although the error_url is not.

Author: Steve Malenfant JIRA Link: https://issues.apache.org/jira/browse/TC-546 Found Version: 2.1.0

mkrug1981 commented 4 years ago

Is there and ETA or release number which will have a fix for that issue. I have run lately into the same problem. Seems even the new golang code is not appending that line into the database or the local file which will be pushed onto the servers.

https://github.com/apache/trafficcontrol/blob/65eaf243a127c485ef2754f43015430d1c6bb49c/traffic_ops/traffic_ops_golang/deliveryservice/urlkey.go

Think a good approach would be