[jbosstools-issues] [JBoss JIRA] (JBIDE-15146) openshift-java-client: correct internal server error constant

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Mon Jul 8 06:22:20 EDT 2013


Andre Dietisheim created JBIDE-15146:
----------------------------------------

             Summary: openshift-java-client: correct internal server error constant
                 Key: JBIDE-15146
                 URL: https://issues.jboss.org/browse/JBIDE-15146
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: openshift
    Affects Versions: 4.1.0.Beta2
            Reporter: Andre Dietisheim
            Assignee: Andre Dietisheim
             Fix For: 4.2.0.Alpha1


In IHttpClient there's an erroneous constant that should match http status code for internal server error. It currently states "200" whereas it should be "500"

{code:title=IHttpClient}
public static final int STATUS_INTERNAL_SERVER_ERROR = 200;
{code}



--
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 jbosstools-issues mailing list