Ensure that static error pages have a Content-Type header
The getContentType() accessor method on View appears to only be used for content negotiation. For the Content-Type header to be included in the response the view needs to set it explicitly when render is called. Closes gh-5918
Showing
Please register or sign in to comment