Skip Menu |

This queue is for tickets about the Apache-AuthCookie CPAN distribution.

Report information
The Basics
Id: 6258
Status: resolved
Priority: 0/
Queue: Apache-AuthCookie

People
Owner: MSCHOUT [...] cpan.org
Requestors: micah [...] milkyway.gsfc.nasa.gov
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 3.05
Fixed in: (no value)



Subject: Apache::unescape_url undefined
We just installed Apache 2.0.49/modperl 1.99_13. Apache::AuthCookie was working fine under modperl 1.99_11, however, after the upgrade, we got the following error: Undefined subroutine &Apache::Util::unescape_url called at /www/htdocs/cgi-bin/lib/modperl/Apache/AuthCookie.pm line 149 The following change fixed the problem: 149c149 Show quoted text
> my %args = map { Apache::unescape_url($_) }
--- < my %args = map { Apache::URI::unescape_url($_) }
[guest - Fri May 7 15:34:00 2004]: Show quoted text
> We just installed Apache 2.0.49/modperl 1.99_13. Apache::AuthCookie > was working fine under modperl 1.99_11, however, after the upgrade, we > got the following error: > > Undefined subroutine &Apache::Util::unescape_url called at > /www/htdocs/cgi-bin/lib/modperl/Apache/AuthCookie.pm line 149 > > The following change fixed the problem: > > 149c149
> > my %args = map { Apache::unescape_url($_) }
> --- > < my %args = map { Apache::URI::unescape_url($_) }
Thanks! This has been fixed in CVS and the fix is in place for 3.06 which will be out in a few days. Regards, Michael Schout