apache / trafficcontrol

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

Delivery Services cannot have fully qualified domain names in origin hosts #4753

Open alficles opened 4 years ago

alficles commented 4 years ago

I'm submitting a ...

Traffic Control components affected ...

Current behavior:

Enter a fully qualified domain name as the host for an origin: http://www.example.net.

Note the period at the end of the FQDN.

The page validation rejects the origin url.

Expected / new behavior:

It should work to resolve that host.

Minimal reproduction of the problem with instructions:

Create a new Delivery Service. Put http://www.example.net. in the origin field.

Anything else:

ocket8888 commented 4 years ago

Also possibly affects TO - needs investigation