You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/03/22 02:31:24 UTC

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

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>
 



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

Posted by David Crossley <cr...@apache.org>.
> >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.
> 
> Sorry, I blame screaming children - running "build test" is beyond me 
> under such circumstances :-(

Yeah but "build test" is no help in this case.
So you didn't need to admit that ;-)

Note for the archives, see my reply to r521010 today.

-David

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

Posted by Ross Gardler <rg...@apache.org>.
crossley@apache.org wrote:
> 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.

Sorry, I blame screaming children - running "build test" is beyond me 
under such circumstances :-(

Ross