You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/02/07 08:32:10 UTC

cvs commit: xml-cocoon2/src/blocks/portal-fw/samples sitemap.xmap

cziegeler    2003/02/06 23:32:10

  Modified:    src/blocks/portal-fw/samples sitemap.xmap
  Log:
  Adding redirect
  
  Revision  Changes    Path
  1.4       +5 -0      xml-cocoon2/src/blocks/portal-fw/samples/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/blocks/portal-fw/samples/sitemap.xmap,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sitemap.xmap	20 Oct 2002 12:25:44 -0000	1.3
  +++ sitemap.xmap	7 Feb 2003 07:32:10 -0000	1.4
  @@ -65,6 +65,11 @@
   
     <map:pipeline>
   
  +     
  +      <map:match pattern="">
  +        <map:redirect-to uri="sunspotdemoportal"/>
  +      </map:match>
  +
        <!-- This is the Cocoon Demo Portal Pipeline -->
   	<map:match pattern="sunspotdemoportal">
   		<map:act type="auth-loggedIn">
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org