bneradt opened a new pull request, #13408: URL: https://github.com/apache/trafficserver/pull/13408
Plugins and core components lack a shared helper for escaping strings for HTML serialization. Callers must implement the WHATWG substitutions independently, risking inconsistent output. This adds a reusable core encoder and the TSStringHtmlEscape plugin API with explicit text and attribute modes. This documents the interface and covers it with parameterized unit tests and an ATSReplayTest transform plugin. Fixes: #13331 -- 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]
