Skip to content

An error during template rendering could throw the server into an infinite loop #1087

Closed
@Kixiron

Description

@Kixiron

We have a call to ctry! within WebPage::into_response, which means that if the rendering of a template fails we call WebPage::into_response on an ErrorPage. I'm not really sure what conditions would have to line up in order for it to happen, but it's possible that the server could get into an infinite loop of rendering and failing templates which wouldn't be good

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-backendArea: Webserver backendC-bugCategory: This is a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions