Add a more resilient ResponseError parse() method
-------------------------------------------------

                 Key: SHINDIG-868
                 URL: https://issues.apache.org/jira/browse/SHINDIG-868
             Project: Shindig
          Issue Type: Improvement
          Components: RESTful API (Java)
    Affects Versions: trunk, 1.0.x-incubating
            Reporter: Henning Schmiedehausen
         Attachments: responseerror.patch

getting a ResponseError object from a astring usually is using 
ResponseError.valueOf(string) which relies on getting blanks and capitalization 
right. This patch adds a static 'parse' method to the ResponseError class which 
is similar to the proposed Enum.parse() methods in the StaxParser and the 
existing one in AuthType and is more forgiving.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to