Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not HTML entity encode in PlainTextErrorRenderer #3319

Merged
merged 1 commit into from
May 9, 2024

Commits on May 1, 2024

  1. Do not HTML entity encode in PlainTextErrorRenderer

    The PlainTextErrorRenderer should not encode exception messages as
    that's not required for plain text in the same way that it is not
    required for the JsonErrorRenderer.
    
    Closes slimphp#3298
    akrabat committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9395e43 View commit details
    Browse the repository at this point in the history