Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 26726 invoked from network); 14 Jul 2005 18:19:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2005 18:19:16 -0000 Received: (qmail 70421 invoked by uid 500); 14 Jul 2005 18:19:06 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 70404 invoked by uid 500); 14 Jul 2005 18:19:05 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 70388 invoked by uid 99); 14 Jul 2005 18:19:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2005 11:19:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcam-modperl@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2005 11:19:02 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Dt8I7-0000Ex-BR for modperl@perl.apache.org; Thu, 14 Jul 2005 20:18:35 +0200 Received: from adsl-2-124-61.mia.bellsouth.net ([65.2.124.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jul 2005 20:18:35 +0200 Received: from joe+gmane by adsl-2-124-61.mia.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jul 2005 20:18:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: modperl@perl.apache.org To: modperl@perl.apache.org From: Joe Schaefer Subject: Re: Apache Request problems with tildes... Date: Thu, 14 Jul 2005 14:18:25 -0400 Lines: 16 Message-ID: <87wtntuu8e.fsf@gemini.sunstarsys.com> References: <1121332116.31805.22.camel@localhost> <1121333151.31830.24.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-2-124-61.mia.bellsouth.net Mail-Copies-To: never User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:Sok9qGi0JrA8+FvU6B/sRD1Uta8= Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Marc Gr�cia writes: > The problem is the value of a post parameter ends with an accentued char > (�� etc... I dont know if you can view that...) the full process dies in > the > > my $upload = $ar->upload($param); > > line and an Internal Server Error is showed in the browser. Two questions: What's in the error log? And where exactly is the accented char: at the end of the contents of the file upload, at the end of $param, or at the end of the uploaded file's name? -- Joe Schaefer