Github user anuruddhal commented on a diff in the pull request:
https://github.com/apache/stratos/pull/330#discussion_r35615504
--- 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 --
printError method can be only used to print errors with exception.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---