[gatein-commits] gatein SVN: r7710 - epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/gatein.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 11 08:15:42 EDT 2011


Author: theute
Date: 2011-10-11 08:15:41 -0400 (Tue, 11 Oct 2011)
New Revision: 7710

Modified:
   epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/gatein/controller.xml
Log:
JBEPP-1280: Add EPP SP routes by default in controller.xml

Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/gatein/controller.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/gatein/controller.xml	2011-10-11 12:10:05 UTC (rev 7709)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/conf/gatein/controller.xml	2011-10-11 12:15:41 UTC (rev 7710)
@@ -35,6 +35,20 @@
     </route-param>
   </route>
 
+  <!-- The EPP Site Publisher additional routes -->
+  <!-- the two next routes can be removed when not using Site Publisher -->
+  <route path="/{gtn:sitename}/sitemaps.xml">
+    <route-param qname="gtn:handler">
+      <value>sitemap</value>
+    </route-param>
+  </route>
+	
+  <route path="/{gtn:sitename}/robots.txt">
+    <route-param qname="gtn:handler">
+      <value>robots</value>
+    </route-param>
+  </route>
+
   <!-- The legacy route -->
   <route path="/public">
     <route path="/">



More information about the gatein-commits mailing list