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 15:12:47 UTC

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

     [ https://issues.apache.org/jira/browse/MYFACES-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Andraschko resolved MYFACES-4012.
----------------------------------------
    Resolution: Fixed
      Assignee: Thomas Andraschko

> 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
>            Assignee: Thomas Andraschko
>            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)