Author: crossley
Date: Wed Mar 21 18:31:23 2007
New Revision: 521074
URL: http://svn.apache.org/viewvc?view=rev&rev=521074
Log:
Use original specific match to process only the "Plugins Index" and not also
normal xdocs.
Fix the break caused by r521010 for URIs like pluginDocs/index.html and
pluginDocs/plugins_0_80/usingPlugins.html
Part of FOR-533.
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=521074&r1=521073&r2=521074
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap (original)
+++ forrest/trunk/main/webapp/sitemap.xmap Wed Mar 21 18:31:23 2007
@@ -468,7 +468,7 @@
<map:mount uri-prefix="" src="plugins.xmap" check-reload="yes" />
</map:match>
- <map:match pattern="pluginDocs/**">
+ <map:match pattern="pluginDocs/plugins_(.*)/index(|\.source).xml"
type="regexp">
<map:mount uri-prefix="" src="plugins.xmap" check-reload="yes" />
</map:match>