You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by na...@apache.org on 2002/05/11 03:44:13 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

nacho       02/05/10 18:44:13

  Modified:    jk/native2/server/isapi jk_isapi_plugin.c
  Log:
  * Fixed jkstatus, now works in IIS too
  
  Revision  Changes    Path
  1.15      +2 -1      jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
  
  Index: jk_isapi_plugin.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- jk_isapi_plugin.c	10 May 2002 23:15:35 -0000	1.14
  +++ jk_isapi_plugin.c	11 May 2002 01:44:13 -0000	1.15
  @@ -60,7 +60,7 @@
    * Author:      Gal Shachor <sh...@il.ibm.com>                           *
    * Author:      Larry Isaacs <la...@apache.org>                           *
    * Author:      Ignacio J. Ortega <na...@apache.org>                       *
  - * Version:     $Revision: 1.14 $                                           *
  + * Version:     $Revision: 1.15 $                                           *
    ***************************************************************************/
   
   // This define is needed to include wincrypt,h, needed to get client certificates
  @@ -474,6 +474,7 @@
           s->response_started = JK_FALSE;
           s->content_read = 0;
           s->ws_private = lpEcb;
  +        s->workerEnv = workerEnv;
   
           /* Initialize the ws_service structure */
           s->init( env, s, worker, lpEcb );
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>