Support "tizen-service" scheme
authorJihoon Chung <jihoon.chung@samsung.com>
Thu, 20 Jun 2013 11:21:02 +0000 (20:21 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 21 Jun 2013 02:17:26 +0000 (02:17 +0000)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Support "tizen-service" scheme
This commit skip tizen-service scheme to check WARP
[SCMRequest] N/A

Change-Id: If5ada9f1f889bb123d20319d51a33907b64567f1

modules/utils/src/warp_iri.cpp

index 4f6aa0c..b00f257 100644 (file)
@@ -42,7 +42,7 @@ namespace {
 
 const char *IRI_IGNORED_SCHEME[] = { "file://", "widget://", "app://", "tel:",
                                      "sms:", "mmsto:", "mailto:", "data:", "blob:",
-                                     0 };
+                                     "tizen-service:", 0 };
 
 const DPL::String SCHEMA_HTTP = DPL::FromUTF8String("http");
 const DPL::String SCHEMA_HTTPS = DPL::FromUTF8String("https");