You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by da...@apache.org on 2001/11/30 17:53:58 UTC

cvs commit: tcl-websh/examples/webshinspect/lib webshinspect.ws3

davidw      01/11/30 08:53:58

  Modified:    examples/webshinspect/lib webshinspect.ws3
  Log:
  * webshinspect.ws3 (web): Added -path to filecontext.
  
  Revision  Changes    Path
  1.2       +1 -1      tcl-websh/examples/webshinspect/lib/webshinspect.ws3
  
  Index: webshinspect.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-websh/examples/webshinspect/lib/webshinspect.ws3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webshinspect.ws3	2001/10/25 09:44:28	1.1
  +++ webshinspect.ws3	2001/11/30 16:53:58	1.2
  @@ -7,7 +7,7 @@
   web::cookiecontext context -idtag sessionid -expires "today"
   
   # work also with a file-based context
  -web::filecontext f_context
  +web::filecontext f_context -path "%d"
   
   # id-generator file
   set idgenfn /tmp/idgen.dat