You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2003/04/11 22:12:23 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_uriMap.c

costin      2003/04/11 13:12:23

  Modified:    jk/native2/common jk_uriMap.c
  Log:
  This is a normal case if JkUriSet is used. Also no need to abort processing for the other
  uris.
  
  Revision  Changes    Path
  1.61      +4 -3      jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c
  
  Index: jk_uriMap.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- jk_uriMap.c	4 Feb 2003 07:39:58 -0000	1.60
  +++ jk_uriMap.c	11 Apr 2003 20:12:23 -0000	1.61
  @@ -559,9 +559,10 @@
                                             strlen(uri));
   
           if (ctxEnv == NULL) {
  -            env->l->jkLog(env, env->l, JK_LOG_INFO, 
  -                           "uriMap.init() no context for %s\n", uri); 
  -            return JK_ERR;
  +            env->l->jkLog(env, env->l, JK_LOG_DEBUG, 
  +                           "uriMap.init() no context for %s\n", uri);
  +            /* Normal case if Location is used */
  +            continue;
           }
   
           /* Correct the context path if needed */
  
  
  

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