brbzull0 commented on issue #11900: URL: https://github.com/apache/trafficserver/issues/11900#issuecomment-2535709717
This is not ATS but rather how YAML works. if we use special characters like the colon(which is an [indicator character](https://yaml.org/spec/1.2.2/#53-indicator-characters)) inside a value, then it may need quotes, otherwise the YAML parser will fail as per specs. I think we should wrap the string if we use special characters in it. Not sure if you have any other ideas? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
