Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 89069 invoked from network); 12 May 2005 15:05:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 May 2005 15:05:47 -0000 Received: (qmail 47285 invoked by uid 500); 12 May 2005 15:05:51 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 47190 invoked by uid 500); 12 May 2005 15:05:50 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 47158 invoked by uid 99); 12 May 2005 15:05:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from whiskey.wilshire.com (HELO whiskey.wilshire.com) (209.0.86.69) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 12 May 2005 08:05:50 -0700 Received: from harpy.wilshire.com (harpy.wilshire.com [192.168.1.58]) by whiskey.wilshire.com (8.12.3/8.12.3/Debian-6.6) with ESMTP id j4CF1D38007060 for ; Thu, 12 May 2005 08:01:13 -0700 Received: from oemcomputer (lsanca1-ar58-4-7-178-052.lsanca1.dsl-verizon.net [4.7.178.52]) (authenticated bits=0) by harpy.wilshire.com (8.12.10/8.12.3) with ESMTP id j4CF1CVF019294 for ; Thu, 12 May 2005 08:01:13 -0700 (PDT) Message-ID: <005c01c55703$82313af0$34b20704@oemcomputer> From: "Bill Barker" To: "Tomcat Developers List" References: <20050512130105.4151.qmail@minotaur.apache.org> Subject: Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml Date: Thu, 12 May 2005 08:01:37 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------=_1115910073-26452-290" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Zantaz-Archived: whiskey X-Scanned-By: MIMEDefang 2.44 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------------=_1115910073-26452-290 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit Content-Disposition: inline ----- Original Message ----- From: To: Sent: Thursday, May 12, 2005 6:01 AM Subject: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml > remm 2005/05/12 06:01:05 > > Modified: jasper2/src/share/org/apache/jasper/servlet > JspCServletContext.java > webapps/docs changelog.xml > Log: > - 34465: jspc without web.xml. > - Submitted by Yoichi Hirose. > - return (new URL(myResourceBaseURL, path.substring(1))); > + URL url = new URL(myResourceBaseURL, path.substring(1)); > + if ("file".equals(url.getProtocol())) { > + if (!(new File(url.getFile())).exists()) { > + return null; > + } > + } A huge -1 to this. I can't believe that a Windows user would even think commit junk like this. ;-) This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments. In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail. ------------=_1115910073-26452-290 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org ------------=_1115910073-26452-290--