Author: ate
Date: Mon Nov 26 18:52:57 2007
New Revision: 598495
URL: http://svn.apache.org/viewvc?rev=598495&view=rev
Log:
Removing capabilityCustomizerValve from pipelines.xml which hasn't been ported
to trunk (yet, if ever)
Modified:
portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/WEB-INF/assembly/pipelines.xml
Modified:
portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/WEB-INF/assembly/pipelines.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/WEB-INF/assembly/pipelines.xml?rev=598495&r1=598494&r2=598495&view=diff
==============================================================================
---
portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/WEB-INF/assembly/pipelines.xml
(original)
+++
portals/jetspeed-2/trunk/jetspeed-portal-resources/src/main/resources/webapp/WEB-INF/assembly/pipelines.xml
Mon Nov 26 18:52:57 2007
@@ -35,31 +35,6 @@
</constructor-arg>
</bean>
- <!--
- To customize capabilityMap and requestContext on capabilities,
- add this valve after each capabilityValve entry in the pipeline configs
- below
- -->
- <bean id="capabilityCustomizerValve"
-
class="org.apache.jetspeed.capabilities.impl.CapabilityCustomizerValveImpl"
- init-method="initialize"
- >
- <constructor-arg>
- <ref bean="org.apache.jetspeed.capabilities.Capabilities" />
- </constructor-arg>
- <!-- client name to media type mapping
- If a client has same preferred mime type (e.g. text/html) but
- it should be treated with other media type,
- put additional mapping(s) below.
- -->
- <constructor-arg>
- <map>
- <!-- If a client is IE4 of Pocket PC, then the media type will be
html-basic. -->
- <entry key="ie4ppc" value="html-basic" />
- </map>
- </constructor-arg>
- </bean>
-
<bean id="portalURLValve"
class="org.apache.jetspeed.container.url.impl.PortalURLValveImpl"
init-method="initialize"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]