Author: markt
Date: Tue Sep 11 20:27:59 2018
New Revision: 1840607

URL: http://svn.apache.org/viewvc?rev=1840607&view=rev
Log:
Remove unused code. All path parameters will have been removed by this point.

Modified:
    tomcat/jk/trunk/native/common/jk_uri_worker_map.c

Modified: tomcat/jk/trunk/native/common/jk_uri_worker_map.c
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_uri_worker_map.c?rev=1840607&r1=1840606&r2=1840607&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_uri_worker_map.c (original)
+++ tomcat/jk/trunk/native/common/jk_uri_worker_map.c Tue Sep 11 20:27:59 2018
@@ -1164,12 +1164,6 @@ const char *map_uri_to_worker_ext(jk_uri
     }
     url[i + vhost_len] = '\0';
 
-    if (JK_IS_DEBUG_LEVEL(l)) {
-        char *url_rewrite = strstr(uri, JK_PATH_SESSION_IDENTIFIER);
-        if (url_rewrite)
-            jk_log(l, JK_LOG_DEBUG, "Found session identifier '%s' in url 
'%s'",
-                   url_rewrite, uri);
-    }
     if (JK_IS_DEBUG_LEVEL(l))
         jk_log(l, JK_LOG_DEBUG, "Attempting to map URI '%s' from %d maps",
                url, IND_THIS(uw_map->size));



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

Reply via email to