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 2003/08/07 18:23:40 UTC

cvs commit: cocoon-lenya/src/webapp/lenya admin.xmap

andreas     2003/08/07 09:23:40

  Modified:    src/webapp/lenya admin.xmap
  Log:
  redirecting "" to "index.html"
  
  Revision  Changes    Path
  1.18      +5 -1      cocoon-lenya/src/webapp/lenya/admin.xmap
  
  Index: admin.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/admin.xmap,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- admin.xmap	30 Jul 2003 16:42:34 -0000	1.17
  +++ admin.xmap	7 Aug 2003 16:23:40 -0000	1.18
  @@ -215,7 +215,11 @@
           </map:transform>
           <map:serialize type="xml"/>
         </map:match>
  -    
  +
  +      <map:match pattern="">
  +      	<map:redirect-to uri="index.html"/>
  +      </map:match>
  +
         <map:match pattern="**">
           <map:aggregate element="lenya" label="aggregate">
             <map:part src="cocoon:/menus/admin.xml"/>
  
  
  

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