Hi Doug
Please check if your changes fix
http://issues.apache.org/bugzilla/show_bug.cgi?id=36725
Thanks,
- Felix
[EMAIL PROTECTED] wrote:
Author: chestnut
Date: Tue Sep 27 07:45:59 2005
New Revision: 291968
URL: http://svn.apache.org/viewcvs?rev=291968&view=rev
Log:
moved match for modules above usecase match so that modules could be used in
usecase views (live usecase might want to use site navigation from sitetree
module)
Modified:
lenya/trunk/src/webapp/global-sitemap.xmap
Modified: lenya/trunk/src/webapp/global-sitemap.xmap
URL:
http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/global-sitemap.xmap?rev=291968&r1=291967&r2=291968&view=diff
==============================================================================
--- lenya/trunk/src/webapp/global-sitemap.xmap (original)
+++ lenya/trunk/src/webapp/global-sitemap.xmap Tue Sep 27 07:45:59 2005
@@ -264,6 +264,14 @@
</map:match>
</map:pipeline>
+
+ <!-- Internal module requests -->
+ <map:pipeline internal-only="true">
+ <!-- Enter a module -->
+ <map:match pattern="modules/*/**">
+ <map:mount uri-prefix="modules/{1}/" src="lenya/modules/{1}/sitemap.xmap"
check-reload="true" reload-method="synchron"/>
+ </map:match>
+ </map:pipeline>
<!-- Internal usecases -->
<map:pipeline internal-only="true">
@@ -396,9 +404,6 @@
</map:match>
<!-- Enter a module -->
- <map:match pattern="modules/*/**">
- <map:mount uri-prefix="modules/{1}/" src="lenya/modules/{1}/sitemap.xmap"
check-reload="true" reload-method="synchron"/>
- </map:match>
<map:match type="request-parameter" pattern="lenya.module">
<map:mount uri-prefix="" src="lenya/modules/{1}/sitemap.xmap" check-reload="true"
reload-method="synchron"/>
</map:match>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Felix Röthenbacher [EMAIL PROTECTED]
Wyona Inc. - Open Source Content Management - Apache Lenya
http://www.wyona.com http://lenya.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]