Skip to content

fix: Replace conflicting tags in xml_exception template - #47805

Merged
susnux merged 1 commit into
masterfrom
fix/xml-exception-template
Sep 9, 2024
Merged

fix: Replace conflicting tags in xml_exception template#47805
susnux merged 1 commit into
masterfrom
fix/xml-exception-template

Conversation

@susnux

Copy link
Copy Markdown
Contributor

Summary

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

Checklist

@susnuxsusnux added this to the Nextcloud 31 milestone Sep 6, 2024
@susnux
susnux requested review from a team, ArtificialOwl, artonge and sorbaugh and removed request for a teamSeptember 6, 2024 14:51
@susnux
susnuxforce-pushed the fix/xml-exception-template branch from 6a738b1 to e5745d7CompareSeptember 6, 2024 15:14
@susnux

Copy link
Copy Markdown
ContributorAuthor

/backport to stable29

@susnux

Copy link
Copy Markdown
ContributorAuthor

/backport to stable30

@AntreesyAntreesy left a comment

Copy link
Copy Markdown
Contributor

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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbugregression

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@susnux@artonge@provokateurin@Antreesy