raphael 2005/04/12 15:31:05
Modified: webapp/WEB-INF/conf/assembly jetspeed-spring.xml
Log:
New NavigationState behaving like PathEncodingPortletURL but compatible
with Turbine path info parameter parsing rule.
This code has been moved out of Jetspeed 2 and is necessary to make Fusion
compatible with Jetspeed 2 M2 navigation state encoding.
Revision Changes Path
1.10 +1 -1
jakarta-jetspeed/webapp/WEB-INF/conf/assembly/jetspeed-spring.xml
Index: jetspeed-spring.xml
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/assembly/jetspeed-spring.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jetspeed-spring.xml 3 Apr 2005 20:06:39 -0000 1.9
+++ jetspeed-spring.xml 12 Apr 2005 22:31:05 -0000 1.10
@@ -257,7 +257,7 @@
class="org.apache.jetspeed.container.state.impl.JetspeedNavigationalStateComponent"
>
<constructor-arg
index="0"><value>org.apache.jetspeed.container.state.impl.SessionFullNavigationalState</value></constructor-arg>
- <constructor-arg
index="1"><value>org.apache.jetspeed.container.url.impl.PathInfoEncodingPortalURL</value></constructor-arg>
+ <constructor-arg
index="1"><value>org.apache.jetspeed.fusion.container.url.impl.FusionPathInfoEncodingPortalURL</value></constructor-arg>
<constructor-arg
index="2"><value>org.apache.jetspeed.container.state.impl.JetspeedNavigationalStateCodec</value></constructor-arg>
</bean>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]