ovidiu      2003/01/08 21:47:28

  Modified:    src/webapp/samples/flow sitemap.xmap
  Log:
  Added pipeline to handle expired continuations.
  
  Revision  Changes    Path
  1.7       +7 -0      xml-cocoon2/src/webapp/samples/flow/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/flow/sitemap.xmap,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- sitemap.xmap      24 Sep 2002 08:49:23 -0000      1.6
  +++ sitemap.xmap      9 Jan 2003 05:47:28 -0000       1.7
  @@ -123,6 +123,13 @@
        are standalone samples, with their own sitemap. The following
        generic mount operation loads them on demand. -->
       <map:pipeline>
  +      <map:match pattern="examples/**/invalidContinuation.xml">
  +        <map:call resource="show-page">
  +          <map:parameter name="filename" value="invalidContinuation"/>
  +          <map:parameter name="full-filename" value="invalidContinuation"/>
  +        </map:call>
  +      </map:match>
  +
         <map:match pattern="examples/*/**">
           <map:mount uri-prefix="examples/{1}"
                      src="examples/{1}/sitemap.xmap"
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to