mirror of
https://github.com/containers/podman.git
synced 2025-08-23 09:18:19 +08:00

An HTTP response with Content-Type application/json does not need to be HTML escaped. Doing this causes encoding issues in the Podman REST API output as seen in the issue: Fixes #17769 Remove the HTML escaping from Content-Type: application/json responses. Signed-off-by: Stef Walter <stef@thewalter.net> Co-Authored-By: Claude <noreply@anthropic.com>