[Title] print error message when failed connecting google.com using proxy
authorjihye kim <jihye1128.kim@samsung.com>
Wed, 25 Jul 2012 10:11:15 +0000 (19:11 +0900)
committerjihye kim <jihye1128.kim@samsung.com>
Wed, 25 Jul 2012 10:11:15 +0000 (19:11 +0900)
[Type] work
[Module] event injector
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

org.tizen.location.map/src/org/tizen/location/map/page/MapImage.java
package/pkginfo.manifest

index 7458d47..9ba624e 100644 (file)
@@ -210,7 +210,8 @@ public class MapImage extends AbstractInjectorPage {
                                }
                        } else {
                                DebugLog.log("Failure to access the site using system proxy.");
-                               System.setProperty("java.net.useSystemProxies", "false");
+                               //System.setProperty("java.net.useSystemProxies", "false");
+                               return;
                        }
                } else {
                        System.setProperty("java.net.useSystemProxies", "false");
index f3c6b20..98ea8a3 100644 (file)
@@ -1,5 +1,5 @@
 Source:eventinjector-eplugin
-Version:0.2.44
+Version:0.2.45
 Maintainer:yeongkyoon Lee <yeongkyoon.lee@samsung.com>, sungmin Ha <sungmin82.ha@samsung.com>
 
 Package:eventinjector-eplugin