You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by prabathabey <gi...@git.apache.org> on 2015/07/27 21:13:55 UTC

[GitHub] stratos pull request: Fixing login error message in CLI

Github user prabathabey commented on a diff in the pull request:

    https://github.com/apache/stratos/pull/330#discussion_r35574468
  
    --- Diff: components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java ---
    @@ -214,7 +215,7 @@ public void checkServerTrusted(java.security.cert.X509Certificate[] certs, Strin
                         if (responseCode == 200) {
                             return true;
                         } else {
    -                        System.out.println("Invalid STRATOS_URL");
    +                        System.out.println("Invalid value is set for STRATOS_URL");
    --- End diff --
    
    Maybe we can use "printError" error handler method here as well?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---