You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Thomas Andraschko (JIRA)" <de...@myfaces.apache.org> on 2015/12/15 13:30:46 UTC

[jira] [Commented] (MYFACES-4012) Documentation wrong about Error handling

    [ https://issues.apache.org/jira/browse/MYFACES-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15057981#comment-15057981 ] 

Thomas Andraschko commented on MYFACES-4012:
--------------------------------------------

[~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)