elibom / jogger

Jogger - Java Web Framework
MIT License
40 stars 11 forks source link

Create a status 500 error page #1

Closed germanescobar closed 11 years ago

germanescobar commented 12 years ago

By default, the page should show the exception stack trace. The user should be able to supply a template with a custom 500 error page.

germanescobar commented 11 years ago

We now provide a org.jogger.ExceptionHandler that users can set in the org.joggerJogger class.