Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 92254 invoked from network); 10 Jun 2003 20:02:29 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 10 Jun 2003 20:02:29 -0000 Received: (qmail 21044 invoked by uid 97); 10 Jun 2003 20:04:47 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 21037 invoked from network); 10 Jun 2003 20:04:47 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 10 Jun 2003 20:04:47 -0000 Received: (qmail 90693 invoked by uid 500); 10 Jun 2003 20:02:04 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 90675 invoked by uid 500); 10 Jun 2003 20:02:04 -0000 Received: (qmail 90664 invoked from network); 10 Jun 2003 20:02:03 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 10 Jun 2003 20:02:03 -0000 Received: (qmail 7350 invoked by uid 1135); 10 Jun 2003 20:02:03 -0000 Date: 10 Jun 2003 20:02:03 -0000 Message-ID: <20030610200203.7349.qmail@icarus.apache.org> From: remm@apache.org To: jakarta-tomcat-catalina-cvs@apache.org Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N remm 2003/06/10 13:02:03 Modified: catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: - Remove commented out code. Revision Changes Path 1.18 +4 -13 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java Index: ApplicationDispatcher.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ApplicationDispatcher.java 21 May 2003 17:49:03 -0000 1.17 +++ ApplicationDispatcher.java 10 Jun 2003 20:02:02 -0000 1.18 @@ -428,15 +428,6 @@ ApplicationHttpRequest wrequest = (ApplicationHttpRequest) wrapRequest(); String contextPath = context.getPath(); - /* - StringBuffer sb = new StringBuffer(); - if (contextPath != null) - sb.append(contextPath); - if (servletPath != null) - sb.append(servletPath); - if (pathInfo != null) - sb.append(pathInfo); - */ wrequest.setContextPath(contextPath); wrequest.setRequestURI(requestURI); wrequest.setServletPath(servletPath); --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org