You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by di...@apache.org on 2001/09/04 18:36:24 UTC

cvs commit: xml-cocoon2/webapp sitemap.xmap

dims        01/09/04 09:36:24

  Modified:    webapp   sitemap.xmap
  Log:
  patch from "Vadim Gritsenko" <vg...@hns.com> for "Problem with handle-errors and sub-sitemap"
  
  Revision  Changes    Path
  1.47      +5 -0      xml-cocoon2/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/sitemap.xmap,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- sitemap.xmap	2001/08/30 15:17:03	1.46
  +++ sitemap.xmap	2001/09/04 16:36:24	1.47
  @@ -216,6 +216,11 @@
      <map:match pattern="sub/**">
       <map:mount uri-prefix="sub" src="sub/" check-reload="yes"/>
      </map:match>
  +
  +   <map:handle-errors>
  +    <map:transform src="stylesheets/system/error2html.xsl"/>
  +    <map:serialize status-code="500"/>
  +   </map:handle-errors>
     </map:pipeline>
   
     <!-- protected webapp example pipeline -->
  
  
  

----------------------------------------------------------------------
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