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

Open
wants to merge 5 commits into
base: stable26
Choose a base branch
from

Commits on Sep 24, 2024

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

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0482a26 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 <opensource@fthiessen.de>
    susnux authored and artonge committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    698e091 View commit details
    Browse the repository at this point in the history
  3. fix: Drop unnecessary exit

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b87dedc 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 <louis@chmn.me>
    artonge committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3bce6c9 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 <louis@chmn.me>
    artonge committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    abca7fb View commit details
    Browse the repository at this point in the history