Ticket #674 (enhancement)
Opened 1 year ago
Last modified 2 weeks ago
default custom error page template
Status: closed (duplicate)
| Reported by: | branch | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | CherryPy code | Keywords: | |
| Cc: |
CherryPy currently provides a way to customize a specific HTTP error page, using an error_page.NUM config setting, but it is missing a way to specify a single template for all HTTP error pages. (Setting a separate error_page.NUM configuration for every possible HTTP error code is bug-prone, messy, and unwieldy.)
How about a way to customize the default error template, currently stored internally as _cperror._HTTPErrorTemplate?
Change History
03/21/07 02:52:56: Modified by lawouach
04/26/08 19:10:11: Modified by fumanchu
- status changed from new to closed.
- resolution set to duplicate.
Duplicate of #800.


Do you mean from a config setting? Because otherwise you already offer the answer I would have suggested anyhow :)