public void onOkClick(View view) {\r
String prefix = "";\r
String url = ((TextView) findViewById(R.id.host_URL)).getText()\r
- .toString();\r
+ .toString().trim();\r
if (mIsSslConn) {\r
prefix = "https://";\r
} else {\r
mStatusText = mStatusIcon = 0;\r
mStatusCorrect = false;\r
String t_url = ((TextView) findViewById(R.id.host_URL)).getText()\r
- .toString().toLowerCase();\r
+ .toString().trim().toLowerCase();\r
\r
switch (type) {\r
case OK_SSL:\r