[richfaces-issues] [JBoss JIRA] (RF-13125) a4j:log does swallow the message from jsf.js's sendError method

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Thu Aug 8 11:19:26 EDT 2013


     [ https://issues.jboss.org/browse/RF-13125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč updated RF-13125:
----------------------------

    Description: 
{code:title=jsf.js:2220}
 } catch (ex) {
                    sendError(request, context, "malformedXML", ex.message);
                    return;
                }
{code}

The ex.message is not shown in output of a4j:log.

    
> a4j:log does swallow the message from jsf.js's sendError method
> ---------------------------------------------------------------
>
>                 Key: RF-13125
>                 URL: https://issues.jboss.org/browse/RF-13125
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.3.3, 5.0.0.Alpha1
>            Reporter: Lukáš Fryč
>             Fix For: 4.3.4, 5.0.0.Alpha2
>
>
> {code:title=jsf.js:2220}
>  } catch (ex) {
>                     sendError(request, context, "malformedXML", ex.message);
>                     return;
>                 }
> {code}
> The ex.message is not shown in output of a4j:log.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list