Author: ate
Date: Wed Feb 21 03:51:09 2007
New Revision: 509976

URL: http://svn.apache.org/viewvc?view=rev&rev=509976
Log:
Enforcing again the intended default behavior for JS2-605: Query string 
parameters should not (by default) be provided to portlets to be compliant to 
JSR 168 spec requirements

I just enhanced the JS2-605 feature allowing individual legacy portlets to 
override the global settings through jetspeed-portlet.xml metadata.
That makes it possible to use the strict global setting, and still support 
portlets depending on the old behavior.

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties?view=diff&rev=509976&r1=509975&r2=509976
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties 
(original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties Wed 
Feb 21 03:51:09 2007
@@ -60,9 +60,11 @@
 # can be overridden by setting 
merge.portal.parameters.before.portlet.parameters=true
 #
 # Setting both these properties to true will deliver the "old" pre-2.1 
behavior.
+# Note: for individual portlets, these global settings can be overridden by 
setting
+#       these properties as metadata in jetspeed-portlet.xml
 
#----------------------------------------------------------------------------------
-merge.portal.parameters.with.portlet.parameters=true
-merge.portal.parameters.before.portlet.parameters=true
+merge.portal.parameters.with.portlet.parameters=false
+merge.portal.parameters.before.portlet.parameters=false
 # -------------------------------------------------------------------
 #  Portlet Mode Support
 # -------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to