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 2002/02/13 18:47:26 UTC

cvs commit: tcl-websh/src/generic script.ws3

davidw      02/02/13 09:47:26

  Modified:    src/generic script.ws3
  Log:
  Added HTTPS to web::cgi::copyenv
  
  Revision  Changes    Path
  1.3       +2 -1      tcl-websh/src/generic/script.ws3
  
  Index: script.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/script.ws3,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- script.ws3	25 Oct 2001 11:04:26 -0000	1.2
  +++ script.ws3	13 Feb 2002 17:47:26 -0000	1.3
  @@ -9,7 +9,7 @@
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   # 
  -# @(#) $Id: script.ws3,v 1.2 2001/10/25 11:04:26 davidw Exp $
  +# @(#) $Id: script.ws3,v 1.3 2002/02/13 17:47:26 davidw Exp $
   #
   
   #-----------------------------------------------------------------------------
  @@ -168,6 +168,7 @@
   	REMOTE_IDENT 
   	CONTENT_TYPE 
   	CONTENT_LENGTH 
  +	HTTPS
       }
   
       foreach e [array names ::env] {
  
  
  

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