You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2007/04/07 00:43:14 UTC

svn commit: r526307 - /forrest/trunk/main/webapp/sitemap.xmap

Author: rgardler
Date: Fri Apr  6 15:43:14 2007
New Revision: 526307

URL: http://svn.apache.org/viewvc?view=rev&rev=526307
Log:
Comment out fix for FOR-701 as it prevents broken-links.xml being generated

Modified:
    forrest/trunk/main/webapp/sitemap.xmap

Modified: forrest/trunk/main/webapp/sitemap.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/sitemap.xmap?view=diff&rev=526307&r1=526306&r2=526307
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap (original)
+++ forrest/trunk/main/webapp/sitemap.xmap Fri Apr  6 15:43:14 2007
@@ -729,7 +729,8 @@
           <map:redirect-to uri="index.html"/>
       </map:match>
     </map:pipeline>
-    
+     
+     <!-- 
      <map:handle-errors>
       <map:select type="exception">
        <map:when test="resourceNotFound">
@@ -739,6 +740,7 @@
        </map:when>
       </map:select>
     </map:handle-errors>
-  
+    -->
+    
   </map:pipelines>
 </map:sitemap>