You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/11/13 17:39:42 UTC

svn commit: r594576 - /lenya/trunk/src/webapp/global-sitemap.xmap

Author: andreas
Date: Tue Nov 13 08:39:41 2007
New Revision: 594576

URL: http://svn.apache.org/viewvc?rev=594576&view=rev
Log:
Replaced FIXME with explanation of a pipeline in global-sitemap.xmap

Modified:
    lenya/trunk/src/webapp/global-sitemap.xmap

Modified: lenya/trunk/src/webapp/global-sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/global-sitemap.xmap?rev=594576&r1=594575&r2=594576&view=diff
==============================================================================
--- lenya/trunk/src/webapp/global-sitemap.xmap (original)
+++ lenya/trunk/src/webapp/global-sitemap.xmap Tue Nov 13 08:39:41 2007
@@ -266,8 +266,9 @@
 
     <!-- Internal usecases -->
     <!-- 
-       FIXME: this apparently delegates arbitrary internal requests to the module sitemap. 
-       What is it supposed to do? Please comment.
+       We match internal requests to the publication sitemap early to avoid the
+       time-consuming resource-exists operations in the subsequent pipelines
+       before the final publication matcher is reached.
     -->
     <map:pipeline internal-only="true">
       <map:match pattern="*/**">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org