Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 22220 invoked from network); 18 Feb 2009 12:45:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2009 12:45:26 -0000 Received: (qmail 6486 invoked by uid 500); 18 Feb 2009 12:45:15 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 6458 invoked by uid 500); 18 Feb 2009 12:45:15 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 6447 invoked by uid 99); 18 Feb 2009 12:45:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 04:45:15 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [193.252.22.156] (HELO smtp3.freeserve.com) (193.252.22.156) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 12:45:06 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3208.me.freeserve.com (SMTP Server) with ESMTP id EF5F8700008A for ; Wed, 18 Feb 2009 13:44:44 +0100 (CET) Received: from smtp.homeinbox.net (unknown [91.109.160.103]) by mwinf3208.me.freeserve.com (SMTP Server) with ESMTP id D3BA57000088 for ; Wed, 18 Feb 2009 13:44:44 +0100 (CET) X-ME-UUID: 20090218124444867.D3BA57000088@mwinf3208.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by smtp.homeinbox.net (Postfix) with ESMTP id DEDBC1A4906 for ; Wed, 18 Feb 2009 12:44:29 +0000 (GMT) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from smtp.homeinbox.net ([127.0.0.1]) by localhost (server01.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LuzmMXZm+li4 for ; Wed, 18 Feb 2009 12:44:26 +0000 (GMT) Received: from [192.168.0.9] (study03.dev.local [192.168.0.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.homeinbox.net (Postfix) with ESMTPSA id C61A71A441A for ; Wed, 18 Feb 2009 12:44:26 +0000 (GMT) Message-ID: <499C02A4.7010308@apache.org> Date: Wed, 18 Feb 2009 12:44:20 +0000 From: Mark Thomas User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Using custom Charset's through CharsetProvider SPI in webapps not working References: <47bdc81c0902180310y728f8738x1c790c2f932c11e1@mail.gmail.com> In-Reply-To: <47bdc81c0902180310y728f8738x1c790c2f932c11e1@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Joonas Koivunen wrote: > I guess the System's ClassLoader cannot see the webapp's libraries at > all? Correct. > Or is this a fault in Tomcat's webapp -classloader, not exposing > SPI meta information? Unlikely. > Is it impossible to have webapps that benefit from SPIs and custom > charset-implementations? It will depend on how the extension is loaded. In the case of Charset, it looks like it isn't going to work. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org