Closed agronholm closed 8 years ago
This is actually demonstrated in the Paste Deploy Example, but needs to be explicitly documented.
See also #19 which has a simplified demonstration of how to do this.
Using Paste's errorDocument for this, I noticed two problems:
Now easily possible by registering a view handler for the appropriate HTTPException
subclass, amongst other methods (such as front-end web server configuration).
If this can be done with current WebCore, I don't know how. Implement and document this.