[Clientapps-cvs] symbiancommon/config R1_Mobile_4_0_Factory.cfg, 1.26.2.26, 1.26.2.27
rrajesh at helixcommunity.org rrajesh at helixcommunity.orgUpdate of /cvsroot/clientapps/symbiancommon/config
In directory cvs.internal.helixcommunity.org:/tmp/cvs-serv27425
Modified Files:
Tag: hxclient_2_1_0_cayennes
R1_Mobile_4_0_Factory.cfg
Log Message:
"Nokia submits this code under the terms of a commercial contribution agreement with RealNetworks, and I am authorized to contribute this code under said agreement."
Modified by: rajesh.rathinasamy at nokia.com
Reviewed by:
Date: 07-Apr-2008
Project: SymbianMmf_rel
ErrorId: EKSI-7CFATG
Synopsis: CR: Disable plusurl handling for symbianMmf
Url which has space followed by dot results in mimetype as application/x-pn-plusurl which results in no renderer support for files with unknown extension.
eg: DotSpace. testcase.dcf
Added config parameter to disable the plus url handling.
Root Cause of the problem: Implementation
Files Modified:
===========
client/core/hxflsrc.cpp
clientapps/symbiancommon/config/R1_Mobile_4_0_Factory.cfg
Image Size and Heap Use impact: no major impact
Module Release testing (STIF) : Passed.
Test case(s) Added : No.
Memory leak check performed : Yes, no new leaks introduced
Platforms and Profiles Build Verified: helix-client-s60-32-mmf-mdf-arm
Platforms and Profiles Functionality verified: armv5, winscw
Branch: 221Cays, 210CayS, Head
Index: R1_Mobile_4_0_Factory.cfg
===================================================================
RCS file: /cvsroot/clientapps/symbiancommon/config/R1_Mobile_4_0_Factory.cfg,v
retrieving revision 1.26.2.26
retrieving revision 1.26.2.27
diff -u -d -r1.26.2.26 -r1.26.2.27
--- R1_Mobile_4_0_Factory.cfg 21 Apr 2008 21:47:46 -0000 1.26.2.26
+++ R1_Mobile_4_0_Factory.cfg 6 May 2008 18:47:02 -0000 1.26.2.27
@@ -123,3 +123,12 @@
#In case of packet drop interpolate Audio Packets for this duration
#defaults to 90 milliseconds
AudioErrorConcDuration=90
+
+#
+# Disables the PLUS URL handling.
+# Usecase: When url has dot followed by space(plus), it is handled as plus url
+# and a unsupported mimetype is assigned .
+#
+DisablePlusURLHandling=1
+
+