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

[stable26] fix(dav): Always respond custom error page on exceptions #48303

Merged
merged 5 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. fix(dav): Always respond custom error page on exceptions

    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ce9be3d View commit details
    Browse the repository at this point in the history
  2. fix: Replace conflicting tags in xml_exception template

    The `<?xml` tag is interpreted as PHP short tags, so this causes errors.
    Instead just print that part of the template.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored and artonge committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8a4394b View commit details
    Browse the repository at this point in the history
  3. fix: Drop unnecessary exit

    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e20eaa3 View commit details
    Browse the repository at this point in the history
  4. fix: Override start method of \Sabre\DAV\Server to remove exception o…

    …utput
    
    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    75d7537 View commit details
    Browse the repository at this point in the history
  5. fix: Prevent duplicate creation of print_exception function

    Signed-off-by: Louis Chemineau <[email protected]>
    artonge committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2a10014 View commit details
    Browse the repository at this point in the history