Changes between Initial Version and Version 1 of Ticket #25878, comment 11
- Timestamp:
- Dec 11, 2015, 5:14:24 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25878, comment 11
initial v1 1 Rendering the 404 template before redirection is an unfortunate side effect of the above mentioned patch. Fortunately the overhead this rendering is very minor compared to the overhead of a client side redirect.1 Rendering the 404 template before redirection is an unfortunate side effect of the above mentioned patch. Fortunately the overhead of this rendering is very minor compared to the overhead of a client side redirect. 2 2 3 I think the developer overhead of understanding what is happening when things wrong in the 404 rendering is not nearly so minor.3 I think the developer overhead of understanding what is happening when things go wrong in the 404 rendering is not nearly so minor. 4 4 5 5 Ideally the 404 would be caught before the template is rendered, but my recollection is that 404 exceptions are not sent through the //process_exception// middleware