Re: Apache Request problems with tildes...

2005-07-15 Thread Marc Gràcia
I'be just subscribed to libapreq, I'll follow the question there. El dj 14 de 07 del 2005 a les 11:49 -0400, en/na Philip M. Gollucci va escriure: Forwarding to apreq-dev list. I might be a ble to look at this but not until later. Marc Gràcia wrote: > Hi everybody, I think we've found

Re: Apache Request problems with tildes...

2005-07-15 Thread Marc Gràcia
El dj 14 de 07 del 2005 a les 14:18 -0400, en/na Joe Schaefer va escriure: Marc Gràcia <[EMAIL PROTECTED]> 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 >

Re: Apache Request problems with tildes...

2005-07-14 Thread Joe Schaefer
Marc Gràcia <[EMAIL PROTECTED]> 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 Interna

Re: Apache Request problems with tildes...

2005-07-14 Thread Philip M. Gollucci
Forwarding to apreq-dev list. I might be a ble to look at this but not until later. Marc Gràcia wrote: Hi everybody, I think we've found a curious bug in libapreq2. There's a snippet of code on we basically are processing all post parameters from a request: if ($req->request_me

Re: Apache Request problems with tildes...

2005-07-14 Thread Marc Gràcia
Well, just forgot to say that "$ar" is the Apache2::Request. El dj 14 de 07 del 2005 a les 11:08 +0200, en/na Marc Gràcia va escriure: Hi everybody, I think we've found a curious bug in libapreq2. There's a snippet of code on we basically are processing all post parameters from

Apache Request problems with tildes...

2005-07-14 Thread Marc Gràcia
Hi everybody, I think we've found a curious bug in libapreq2. There's a snippet of code on we basically are processing all post parameters from a request:     if ($req->request_method() eq 'POST')     {     my $hay_uploads=0;     foreach my $param (keys %args)