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: Replace conflicting tags in xml_exception template #47805

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Sep 6, 2024

Summary

The <?xml tag is interpreted as PHP short tags, so this causes errors. Instead just print that part of the template.

Checklist

@susnux susnux added bug 3. to review Waiting for reviews regression labels Sep 6, 2024
@susnux susnux added this to the Nextcloud 31 milestone Sep 6, 2024
@susnux susnux requested review from artonge, a team, ArtificialOwl and sorbaugh and removed request for a team September 6, 2024 14:51
@susnux susnux force-pushed the fix/xml-exception-template branch from 6a738b1 to e5745d7 Compare September 6, 2024 15:14
@susnux
Copy link
Contributor Author

susnux commented Sep 7, 2024

/backport to stable29

@susnux
Copy link
Contributor Author

susnux commented Sep 7, 2024

/backport to stable30

Copy link
Contributor

@Antreesy Antreesy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just stumbled on it, when tried to upload files via Talk (failed on PROPFIND request)

Tested, works with this change

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants