Skip to content

Instantly share code, notes, and snippets.

@iandmyhand
Last active August 29, 2015 14:23
Show Gist options
  • Save iandmyhand/32bccc6848d4ad216cba to your computer and use it in GitHub Desktop.
Save iandmyhand/32bccc6848d4ad216cba to your computer and use it in GitHub Desktop.
Handle error for RereadableRequestWrapper
...
<error-page>
<error-code>404</error-code>
<location>/error/pageNotFound</location>
</error-page>
<error-page>
<exception-type>java.lang.Throwable</exception-type>
<location>/error/unknownException</location>
</error-page>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment