You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/04/13 14:02:08 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_map.c

mturk       2005/04/13 05:02:08

  Modified:    jk/native/common jk_map.c
  Log:
  Allow multiple worker.list properties.
  
  Revision  Changes    Path
  1.34      +4 -1      jakarta-tomcat-connectors/jk/native/common/jk_map.c
  
  Index: jk_map.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_map.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- jk_map.c	18 Mar 2005 15:34:50 -0000	1.33
  +++ jk_map.c	13 Apr 2005 12:02:08 -0000	1.34
  @@ -379,6 +379,9 @@
                           else if (jk_is_cmd_line_poperty(prp)) {
                               sep = ' ';
                           }
  +                        else if (!stricmp(prp, "worker.list")) {
  +                            sep = ',';
  +                        }
   
                           sprintf(tmpv, "%s%c%s", oldv, sep, v);
                       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org