Author: woonsan
Date: Thu Sep 9 18:50:00 2010
New Revision: 995538
URL: http://svn.apache.org/viewvc?rev=995538&view=rev
Log:
Adding an configuration example for concurrent request unwrapper component.
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/resources/assembly/servlet-api.xml
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/resources/assembly/servlet-api.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/resources/assembly/servlet-api.xml?rev=995538&r1=995537&r2=995538&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/resources/assembly/servlet-api.xml
(original)
+++
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/resources/assembly/servlet-api.xml
Thu Sep 9 18:50:00 2010
@@ -34,5 +34,17 @@
<meta key="j2:cat" value="default" />
</bean>
+ <!-- Use the following when the underlying request of the platform doesn't
support concurrent modification on attributes. -->
+ <!--
+ <bean id="ContainerRequestResponseUnwrapper"
+
class="org.apache.jetspeed.container.invoker.ConcurrentContainerRequestResponseUnwrapper">
+ <meta key="j2:cat" value="default" />
+ <property name="attributableProperties">
+ <list>
+ <value>webAppDispatcherContext</value>
+ </list>
+ </property>
+ </bean>
+ -->
</beans>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]