Ticket #718 (new defect)

Opened 1 year ago

PLoS webapp should register a TemplateExceptionHandler to avoid Exception traces as Results in Templates

Reported by: jsuttor Assigned to: jsuttor
Priority: medium Milestone:
Component: ambra Version: 0.8.2-SNAPSHOT
Keywords: exceptions, results, templates Cc:
Blocking: Blocked By:

Description

the PLoS webapp is using the default TemplateExceptionHandler for Result Template Exceptions. this results in a Tomcat 500 w/Exception trace being displayed vs. the more graceful Site Error page.

the PLoS webapp should be configured to recover from Result Template Exceptions as gracefully as possible.

see http://freemarker.org/docs/pgui_config_errorhandling.html for options.

see also #714 for a use case.

Dependency Graph