Closed
Description
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