Error data payload attribute names
----------------------------------

                 Key: MYFACES-3350
                 URL: https://issues.apache.org/jira/browse/MYFACES-3350
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.1.3, 2.0.9
            Reporter: Keith Wong
            Priority: Minor


According to JSF 2.0 and 2.1 spec section 14.4.2 table 14-6, the attributes of 
error data payload are:

        type
        status
        description
        source
        responseCode
        responseXML
        responseText
        errorName
        errorMessage

However, the attributes errorName and errorMessage are named as serverErrorName 
and serverErrorMessage respectively.  I have identified the changes and 
attached as follows.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to