--- a/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/http/WebappManager.java Fri Feb 05 11:54:28 2010 -0800
+++ b/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/http/WebappManager.java Fri Feb 05 14:12:27 2010 -0800
@@ -125,7 +125,7 @@
public static String getHost() {
if (host == null) {
try {
- host = InetAddress.getLocalHost().getHostName();
+ host = InetAddress.getLocalHost().getHostName().toLowerCase();
} catch (Exception e) {
host = "127.0.0.1";
}