RE: Apache2::URI::unescape_url bug?

2014-06-29 Thread Mark Hedges
Hedges Cc: modperl@perl.apache.org Subject: Re: Apache2::URI::unescape_url bug? On Fri, 27 Jun 2014 17:12:35 + Mark Hedges mark.hed...@ticketmaster.com 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

Re: Apache2::URI::unescape_url bug?

2014-06-29 Thread Vincent Veyron
On Sun, 29 Jun 2014 17:36:43 + Mark Hedges mark.hed...@ticketmaster.com wrote: Another library providing the same function in working order is not a reason to not fix the function in Apache2::URI. I was wondering why Apache2::URI exists in the first place, since one can use an already

Re: Apache2::URI::unescape_url bug?

2014-06-28 Thread Vincent Veyron
On Fri, 27 Jun 2014 17:12:35 + Mark Hedges mark.hed...@ticketmaster.com 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

Re: Apache2::URI::unescape_url bug?

2014-06-28 Thread Vincent Veyron
On Fri, 27 Jun 2014 17:12:35 + Mark Hedges mark.hed...@ticketmaster.com 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

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-27 Thread Cees Hek
[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 line?) use Apache2::Log (); use

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);