Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 84480 invoked from network); 5 Jan 2005 20:42:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Jan 2005 20:42:31 -0000 Received: (qmail 21854 invoked by uid 500); 5 Jan 2005 20:42:08 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 21786 invoked by uid 500); 5 Jan 2005 20:42:08 -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 21745 invoked by uid 99); 5 Jan 2005 20:42:07 -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; Wed, 05 Jan 2005 12:42:04 -0800 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 j05KfpZq031627 for ; Wed, 5 Jan 2005 12:41:51 -0800 Received: from bbarkerxp (foundry.wilshire.com [192.168.1.129]) by harpy.wilshire.com (8.12.10/8.12.3) with SMTP id j05KfpFX006186 for ; Wed, 5 Jan 2005 12:41:51 -0800 (PST) Message-ID: <00e601c4f367$01c1ddc0$cb37a8c0@bbarkerxp> From: "Bill Barker" To: "Tomcat Developers List" References: <20050105092919.27172.qmail@minotaur.apache.org> Subject: Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http LocaleToCharsetMap.java Date: Wed, 5 Jan 2005 12:42:00 -0800 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------=_1104957711-8118-265" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Zantaz-Archived: whiskey X-Scanned-By: MIMEDefang 2.44 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------------=_1104957711-8118-265 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline ----- Original Message ----- From: To: Sent: Wednesday, January 05, 2005 1:29 AM Subject: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http LocaleToCharsetMap.java > remm 2005/01/05 01:29:19 > > Removed: util/java/org/apache/tomcat/util/http > LocaleToCharsetMap.java > Log: > - I cannot clean IP in this file. If it is needed by Tomcat 3, I think it'll need to be added back (with > proper attribution) to the Tomcat 3 codebase. Sorry for the trouble :( > Yup. Tomcat 3 does have references to it. Fortunately, Xalan is currently broken so Gump isn't nagging about it :). The choices seem to be to re-add it to j-t (and have the o.a.t.u.http package split across two jars), or to clean the references to it. In the first case, I'd propose removing the references to Sun, but leaving the javadoc copy of Jason's attribution. To clean it: ErrorHandler is applying it to the platform Locale, which is silly. I'd propose adding a 'useCharset' attribute to ErrorHandler, and if unset default to the Request charset (which is smarter). StaticInterceptor uses only for directory listings when its 'useCharset' attribute is set to 'locale'. In this case, the charset could simply be an entry in the associated ResourceBundle (since the current incarnation must look really weird when it gets an 'Accept-Language: ar' request header :). Personally, I can go either way on this one. > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > 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. ------------=_1104957711-8118-265 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 ------------=_1104957711-8118-265--