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

[stable27] fix(dav): Always respond custom error page on exceptions #48297

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

Commits on Sep 23, 2024

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

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d6bbbf6 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 23, 2024
    Configuration menu
    Copy the full SHA
    77f6dd0 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 23, 2024
    Configuration menu
    Copy the full SHA
    511cece 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 23, 2024
    Configuration menu
    Copy the full SHA
    b9bac21 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 23, 2024
    Configuration menu
    Copy the full SHA
    a77cf76 View commit details
    Browse the repository at this point in the history