Author: julien_viet
Date: 2010-11-08 05:41:13 -0500 (Mon, 08 Nov 2010)
New Revision: 4967
Modified:
portal/branches/navcontroller/web/portal/src/main/webapp/WEB-INF/conf/default-router.xml
Log:
fix incorrect routing table
Modified:
portal/branches/navcontroller/web/portal/src/main/webapp/WEB-INF/conf/default-router.xml
===================================================================
---
portal/branches/navcontroller/web/portal/src/main/webapp/WEB-INF/conf/default-router.xml 2010-11-08
10:19:24 UTC (rev 4966)
+++
portal/branches/navcontroller/web/portal/src/main/webapp/WEB-INF/conf/default-router.xml 2010-11-08
10:41:13 UTC (rev 4967)
@@ -39,11 +39,13 @@
<!-- The group access -->
<route path="/groups">
<route-param name="gtn:access" value="private"/>
+<!--
<route path="/">
<route-param name="gtn:sitetype" value="portal"/>
<route-param name="gtn:sitename" value="classic"/>
<route-param name="gtn:path"
value="/groupnavigation"/>
</route>
+-->
<route path="/{gtn:sitename}{gtn:path}">
<route-param name="gtn:sitetype" value="group"/>
<path-param name="gtn:path" pattern=".*"
encoding="preserve-path"/>