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

cvs commit: cocoon-2.1/src/blocks/webdav/samples/davmap status.jx

unico       2003/10/30 09:07:46

  Modified:    src/blocks/webdav/samples/davmap status.jx
  Log:
  provide a bit more structured response status information
  
  Revision  Changes    Path
  1.2       +4 -1      cocoon-2.1/src/blocks/webdav/samples/davmap/status.jx
  
  Index: status.jx
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/webdav/samples/davmap/status.jx,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- status.jx	30 Oct 2003 14:39:39 -0000	1.1
  +++ status.jx	30 Oct 2003 17:07:46 -0000	1.2
  @@ -1 +1,4 @@
  -<message>${message}</message>
  \ No newline at end of file
  +<response>
  +  <status>${parameters.getParameter("status")}</status>
  +  <message>${message}</message>
  +</response>