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

Fix Response Status Code for Failing XML Emits #2217

Merged
merged 1 commit into from
Nov 27, 2024

Commits on Nov 27, 2024

  1. Fix Response Status Code for Failing XML Emits

    In case that the generation of XML for responses failed, an
    OperationOutcome was already produced - but the status code was kept at
    200. This was incorrect: in such a case that the server is unable to
    generate the XML output, the status code should be changed to 500.
    allentiak committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    bd5739f View commit details
    Browse the repository at this point in the history