jhg03a opened a new issue #3074: Inconsistency in case sensitivity between TO API and TO Post-install URL: https://github.com/apache/trafficcontrol/issues/3074 Steps to Reproduce: 1. Install TO using Postinstall with a primary cdn delegation of `TEST.kabletown.com` 2. Observe the domain name in the response of GET http://to.kabletown.com/api/1.3/cdns for the TEST cdn to be `TEST.kabletown.com` 3. Update the domain name with PUT http://to.kabletown.com/api/1.3/cdns/:id using a domain name `TEST.kabletown.com`. Other values don't particularly matter as long as they're legitimate. 4. Observe the domain name in the response of GET http://to.kabletown.com/api/1.3/cdns for the TEST cdn to be `test.kabletown.com` Expected Behavior: Either of: 1. TO Post-install should downcase the supplied domain name 2. TO API should leave casing alone
---------------------------------------------------------------- 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
