You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2010/06/07 10:57:12 UTC

svn commit: r952147 - /ofbiz/branches/release10.04/framework/webapp/config/url.properties

Author: lektran
Date: Mon Jun  7 08:57:11 2010
New Revision: 952147

URL: http://svn.apache.org/viewvc?rev=952147&view=rev
Log:
Merged from trunk r952145:
Add an additional google bot user agent

Modified:
    ofbiz/branches/release10.04/framework/webapp/config/url.properties

Modified: ofbiz/branches/release10.04/framework/webapp/config/url.properties
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/webapp/config/url.properties?rev=952147&r1=952146&r2=952147&view=diff
==============================================================================
--- ofbiz/branches/release10.04/framework/webapp/config/url.properties (original)
+++ ofbiz/branches/release10.04/framework/webapp/config/url.properties Mon Jun  7 08:57:11 2010
@@ -38,7 +38,7 @@ content.url.prefix.standard=
 cookie.domain=
 
 # Exclude jsessionid for User-Agents (separated by comma's)
-link.remove_lsessionid.user_agent_list = googlebot,yahoo,msnbot
+link.remove_lsessionid.user_agent_list = googlebot,yahoo,msnbot,mediapartners-google
 
 # Should HTTP parameters sent to services require encryption?
 # This is generally advised for more secure webapps as it makes it more difficult to spoof requests (XSRF) that change data.