Skip to content

Error 503 for pages with special file name characters #491

Discussion options

You must be logged in to vote

This was a bug. A file name with invalid UTF8 character caused preg_replace() to return an empty string, which then caused an endless recursive function call and after some time the PHP process consumed all available memory. The latest core checks for invalid UTF-8 characters.

Thanks for providing a testing playground. Should be fixed now.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

schulle4u
Feb 9, 2020
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

schulle4u
Feb 9, 2020
Maintainer Author

You must be logged in to vote
0 replies
Comment options

schulle4u
Feb 13, 2020
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by annaesvensson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #491 on December 26, 2020 16:22.