fixed proxy exclusion-list bug
[org.ibex.core.git] / src / org / xwt / HTTP.java
index 427fc70..681b928 100644 (file)
@@ -657,7 +657,7 @@ public class HTTP {
         public int httpsProxyPort = -1;
         public String socksProxyHost = null;                 ///< the SOCKS Proxy Host to use
         public int socksProxyPort = -1;                      ///< the SOCKS Proxy Port to use
-        public String[] excluded = null;                     ///< hosts to be excluded from proxy use; wildcards permitted
+        public String[] excluded = new String[] { };         ///< hosts to be excluded from proxy use; wildcards permitted
         public JS proxyAutoConfigFunction = null;  ///< the PAC script
     
         public static Proxy detectProxyViaManual() {