[Release] wrt_0.8.195
authorJihoon Chung <jihoon.chung@samsung.com>
Wed, 8 May 2013 15:09:45 +0000 (00:09 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Wed, 8 May 2013 15:13:34 +0000 (00:13 +0900)
packaging/wrt.spec
src/view/common/view_logic_uri_support.cpp
src/wrt-client/wrt-client.cpp

index 6be569b..1f15aa9 100644 (file)
@@ -1,7 +1,7 @@
-#git:framework/web/wrt wrt_0.8.194
+#git:framework/web/wrt wrt_0.8.195
 Name:       wrt
 Summary:    web runtime
-Version:    0.8.194
+Version:    0.8.195
 Release:    1
 Group:      Development/Libraries
 License:    Apache License, Version 2.0
index 9f0f736..e30d300 100644 (file)
@@ -377,9 +377,6 @@ std::string getUri(WidgetModel *widgetModel, const std::string &defaultUri)
         startUri = defaultUri;
     }
 
-    // create encoded bundle data only for uri for application service
-    ApplicationDataSingleton::Instance().setEncodedBundle(originBundle);
-
     // insert prefix path
     std::string preFix = DPL::ToUTF8String(widgetModel->PrefixURL.Get());
 
index 025a571..8943a16 100644 (file)
@@ -134,6 +134,7 @@ void WrtClient::OnReset(bundle *b)
     // bundle argument is freed after OnReset() is returned
     // So bundle duplication is needed
     ApplicationDataSingleton::Instance().setBundle(bundle_dup(b));
+    ApplicationDataSingleton::Instance().setEncodedBundle(b);
 
     if (true == m_initializing) {
         LogDebug("can not handle reset event");