[
https://issues.apache.org/jira/browse/MYFACES-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15057981#comment-15057981
]
Thomas Andraschko edited comment on MYFACES-4012 at 12/15/15 12:30 PM:
-----------------------------------------------------------------------
[~mkienenb] Would you please check my wiki role? I would like to change it but
AFAICS i have no edit role.
was (Author: tandraschko):
[~mkienenb] Would you please check my wiki role? I would like to change it but
AFAIK i have no edit role.
> Documentation wrong about Error handling
> ----------------------------------------
>
> Key: MYFACES-4012
> URL: https://issues.apache.org/jira/browse/MYFACES-4012
> Project: MyFaces Core
> Issue Type: Bug
> Components: website
> Reporter: Matthew Alexander
> Priority: Minor
>
> https://cwiki.apache.org/confluence/display/MYFACES/Handling+Server+Errors
> Current version:
> {quote}
> *Provide an error page*
> The default ExceptionHandler in Production stage or when myfaces error
> handling is disabled just throw an exception. So you can still setup an error
> page adding something like this in your web.xml file:
> {code}<error-page>
> <error-code>500</error-code>
> <location>/somepage.jsp</location>
> </error-page>{code}
> {quote}
> Should be:
> {quote}
> *Provide an error page*
> If org.apache.myfaces.ERROR_HANDLING is set to "false", or if it is undefined
> and the project stage is "Development", the default ExceptionHandler just
> throws an exception. So you can still setup an error page by adding something
> like this in your web.xml file:
> {code}<error-page>
> <error-code>500</error-code>
> <location>/somepage.jsp</location>
> </error-page>{code}
> {quote}
> Changes
> - Corrected the explanation of the behavior of the default ExceptionHandler.
> - Improved the grammar.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)