ExceptionHandler implementation should set response status codes before throw
exception or show error page
----------------------------------------------------------------------------------------------------------
Key: MYFACES-3286
URL: https://issues.apache.org/jira/browse/MYFACES-3286
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
Priority: Minor
When an error is handled by myfaces exception handler implementation, it is a
good practice to set response status codes. This is not necessary for ajax
responses but for normal requests. The visible effect is with firebug you see
the red link.
Additionally, there is a missing line, to prevent set myfaces exception handler
on production stages, unless it is declared on web.xml
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira