svn commit: r952145 - /ofbiz/trunk/framework/webapp/config/url.properties

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r952145 - /ofbiz/trunk/framework/webapp/config/url.properties

lektran
Author: lektran
Date: Mon Jun  7 08:52:23 2010
New Revision: 952145

URL: http://svn.apache.org/viewvc?rev=952145&view=rev
Log:
Add an additional google bot user agent

Modified:
    ofbiz/trunk/framework/webapp/config/url.properties

Modified: ofbiz/trunk/framework/webapp/config/url.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/config/url.properties?rev=952145&r1=952144&r2=952145&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/config/url.properties (original)
+++ ofbiz/trunk/framework/webapp/config/url.properties Mon Jun  7 08:52:23 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.