mturk       2004/12/13 08:57:39

  Modified:    jk/native/common jk_uri_worker_map.c
  Log:
  Remove '/*' within comment.
  
  Revision  Changes    Path
  1.37      +2 -9      
jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c
  
  Index: jk_uri_worker_map.c
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- jk_uri_worker_map.c       13 Dec 2004 07:41:07 -0000      1.36
  +++ jk_uri_worker_map.c       13 Dec 2004 16:57:39 -0000      1.37
  @@ -16,17 +16,10 @@
   
   /***************************************************************************
    * Description: URI to worker map object.                                  *
  - * Maps can be                                                             *
  - *                                                                         *
  - * Exact Context -> /exact/uri=worker e.g. /examples/do*=ajp12             *
  - * Context Based -> /context/*=worker e.g. /examples/*=ajp12               *
  - * Context and suffix ->/context/*.suffix=worker e.g. /examples/*.jsp=ajp12*
  - *                                                                         *
  - * This lets us either partition the work among the web server and the     *
  - * servlet container.                                                      *
    *                                                                         *
    * Author:      Gal Shachor <[EMAIL PROTECTED]>                           *
  - * Version:     $Revision$                                           *
  + * Author:      Mladen Turk <[EMAIL PROTECTED]>                             *
  + * Version:     $Revision$                                          *
    ***************************************************************************/
   
   #include "jk_pool.h"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to