Re: Apache2::URI::unescape_url bug?

2014-06-29 Thread Vincent Veyron
e? > s/b Apache2::URI::unescape_url()... [...] > I don't get this P.S. : please don't top-post -- Salutations, Vincent Veyron http://marica.fr/ Gestion des contentieux, des dossiers de sinistres assurance et des contrats pour le service juridique

RE: Apache2::URI::unescape_url bug?

2014-06-29 Thread Mark Hedges
Another library providing the same function in working order is not a reason to not fix the function in Apache2::URI. s/b Apache2::URI::unescape_url()... [...] Mark -Original Message- From: Vincent Veyron [mailto:vv.li...@wanadoo.fr] Sent: Saturday, June 28, 2014 7:02 AM To: Mark

Re: Apache2::URI::unescape_url bug?

2014-06-28 Thread Vincent Veyron
On Fri, 27 Jun 2014 17:12:35 + Mark Hedges wrote: > The intent was to report that Apache2::URI::unescape does not seem to work > correctly. > This is what I get when I try your code : Undefined subroutine &Apache2::URI::unescape called at /home/lib/Carnet/bla.pm line 35.\n I don't see u

Re: Apache2::URI::unescape_url bug?

2014-06-28 Thread Vincent Veyron
On Fri, 27 Jun 2014 17:12:35 + Mark Hedges wrote: > The intent was to report that Apache2::URI::unescape does not seem to work > correctly. > This is what I get when I try your code : Undefined subroutine &Apache2::URI::unescape called at /home/lib/Carnet/bla.pm line 35.\n I don't see u

Re: Apache2::URI::unescape_url bug?

2014-06-27 Thread Cees Hek
om: David Booth [mailto:da...@dbooth.org] > Sent: Thursday, June 26, 2014 8:43 PM > To: modperl@perl.apache.org > Subject: Re: Apache2::URI::unescape_url bug? > > On 06/26/2014 08:42 PM, Mark Hedges wrote: > > Try in a handler. (Apparently you cannot use Apache2::URI from command > l

RE: Apache2::URI::unescape_url bug?

2014-06-27 Thread Mark Hedges
The intent was to report that Apache2::URI::unescape does not seem to work correctly. Mark -Original Message- From: David Booth [mailto:da...@dbooth.org] Sent: Thursday, June 26, 2014 8:43 PM To: modperl@perl.apache.org Subject: Re: Apache2::URI::unescape_url bug? On 06/26/2014 08:42

Re: Apache2::URI::unescape_url bug?

2014-06-26 Thread David Booth
On 06/26/2014 08:42 PM, Mark Hedges wrote: Try in a handler. (Apparently you cannot use Apache2::URI from command line?) use Apache2::Log (); use Apache2::URI (); sub handler { my ($r) = @_; my $string = "6%2D41913%2FUK1"; Apache2::URI::unescape($string); $r->log_error($stri

Apache2::URI::unescape_url bug?

2014-06-26 Thread Mark Hedges
Try in a handler. (Apparently you cannot use Apache2::URI from command line?) use Apache2::Log (); use Apache2::URI (); sub handler { my ($r) = @_; my $string = "6%2D41913%2FUK1"; Apache2::URI::unescape($string); $r->log_error($string); } Log contains: 6-41913/UK1\0UK1 ?? -Mark

Re: Apache2::URI::unescape_url

2009-05-10 Thread Adam Prime
Ryan Gies wrote: > On Thu, 7 May 2009 14:29:18 -0700 > Fred wrote: > >>> That's pretty weird. If you modify it to be: >>> >>> $url = Apache2::URI::unescape_url($url); >>> >>> then it works ok, though according to the docs on perl.apache.

Re: Apache2::URI::unescape_url

2009-05-09 Thread Ryan Gies
On Thu, 7 May 2009 14:29:18 -0700 Fred wrote: > > That's pretty weird.  If you modify it to be: > > > > $url = Apache2::URI::unescape_url($url); > > > > then it works ok, though according to the docs on perl.apache.org > > it's not supposed to have

Re: Apache2::URI::unescape_url

2009-05-07 Thread Fred Moyer
On Thu, May 7, 2009 at 1:39 PM, Adam Prime wrote: > Ryan Gies wrote: >> >> I'm rather surprised at what I'm seeing, but it appears this method >> (Apache2::URI::unescape_url) is not correctly updating the length scalar >> variable.  Any thoughts? -Ryan >>

Re: Apache2::URI::unescape_url

2009-05-07 Thread Adam Prime
Ryan Gies wrote: I'm rather surprised at what I'm seeing, but it appears this method (Apache2::URI::unescape_url) is not correctly updating the length scalar variable. Any thoughts? -Ryan Output from the below response handler snippet: Before: 'http%3A%2F%2Fexample.com&#

Apache2::URI::unescape_url

2009-05-07 Thread Ryan Gies
I'm rather surprised at what I'm seeing, but it appears this method (Apache2::URI::unescape_url) is not correctly updating the length scalar variable. Any thoughts? -Ryan Output from the below response handler snippet: Before: 'http%3A%2F%2Fexample.com' After : '