mturk       2004/11/29 09:04:10

  Modified:    jk/native/common jk_uri_worker_map.c
  Log:
  Add logging for uri <-> context uri match loop.
  
  Revision  Changes    Path
  1.32      +3 -1      
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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- jk_uri_worker_map.c       29 Nov 2004 16:50:18 -0000      1.31
  +++ jk_uri_worker_map.c       29 Nov 2004 17:04:10 -0000      1.32
  @@ -566,6 +566,8 @@
           if (uwr->ctxt_len < longest_match) {
               continue;       /* can not be a best match anyway */
           }
  +        jk_log(l, JK_LOG_DEBUG, "Attempting to map context URI '%s'\n", 
uwr->uri);
  +
           if (uwr->match_type == MATCH_TYPE_WILDCHAR_PATH) {
               /* Map is already sorted by ctxt_len */
               if (wildchar_match(uri, uwr->context,
  
  
  

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

Reply via email to