Temporarily blocked remote app control service on TV 08/92208/1
authorkmook <kmook.choi@samsung.com>
Fri, 14 Oct 2016 02:29:03 +0000 (11:29 +0900)
committerkmook <kmook.choi@samsung.com>
Fri, 14 Oct 2016 02:29:03 +0000 (11:29 +0900)
Change-Id: I86d377deff55a1f0122eed0f06b75b3128843a32
Signed-off-by: kmook <kmook.choi@samsung.com>
daemon/service_provider/RemoteAppControlServiceProvider.cpp

index 01834df..4546b5e 100755 (executable)
@@ -317,6 +317,10 @@ static int __app_control_launch(iotcon_request_h request, iotcon_attributes_h at
 //callback function handles put command for remote-app-control resource
 static int __handle_request(iotcon_representation_h rep, iotcon_request_h request)
 {
+#if defined(_TV_)
+       // temporarily blocked by security issue
+       return CONV_ERROR_INVALID_PARAMETER;
+#else
        iotcon_attributes_h attributes;
        char *requestType;
 
@@ -334,6 +338,7 @@ static int __handle_request(iotcon_representation_h rep, iotcon_request_h reques
        }
 
        return CONV_ERROR_INVALID_PARAMETER;
+#endif
 }
 
 //callback function handles requests for remote-app-control resource