mturk       2005/04/13 04:04:10

  Modified:    jk/native/common jk_uri_worker_map.c
  Log:
  Fix bug in parsing multimatches.
  
  Revision  Changes    Path
  1.53      +1 -3      
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.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- jk_uri_worker_map.c       11 Apr 2005 06:41:24 -0000      1.52
  +++ jk_uri_worker_map.c       13 Apr 2005 11:04:10 -0000      1.53
  @@ -240,7 +240,6 @@
           JK_TRACE_EXIT(l);
           return JK_FALSE;
       }
  -    uwr->suffix = NULL;
   
       uri = jk_pool_strdup(&uw_map->p, puri);
       if (!uri || !worker) {
  @@ -533,7 +532,6 @@
                       jk_log(l, JK_LOG_ERROR,
                       "invalid mapping rule %s->%s", r, w);
                   }
  -                s++;
                   for (; *s; s++)
                      *(s - 1) = *s;
                   *(s - 1) = '\0';
  
  
  

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

Reply via email to