Author: lektran
Date: Mon Jun 7 08:52:23 2010
New Revision: 952145
URL:
http://svn.apache.org/viewvc?rev=952145&view=revLog:
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.