Internal redirect to method handler bug?

2003-01-03 Thread Dave Rolsky
A user on the Mason list reported a problem when the used an internal
redirect pointed at a location handled by Mason.  What was happening is
that the HTML::Mason::ApacheHandler module, which has a _method_ handler
sub (sub handler ($$)) was being called without a package name (just $r)
because of the internal redirect.

I tried to make a bare bones config that duplicated the problem, but my
really simple config worked just fine.  Does this bug ring any bells?


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/



Re: Internal redirect to method handler bug?

2003-01-03 Thread Dave Rolsky
On Fri, 3 Jan 2003, Dave Rolsky wrote:

 A user on the Mason list reported a problem when the used an internal
 redirect pointed at a location handled by Mason.  What was happening is
 that the HTML::Mason::ApacheHandler module, which has a _method_ handler
 sub (sub handler ($$)) was being called without a package name (just $r)
 because of the internal redirect.

 I tried to make a bare bones config that duplicated the problem, but my
 really simple config worked just fine.  Does this bug ring any bells?

Aha!  I just found this in the archives (which I looked at before posting,
but not carefully enough):

http://marc.theaimsgroup.com/?l=apache-modperlm=101236133418008w=2

The above message says this happened with version 1.25  1.26, but the
Mason user who reported the problem is using 1.27, so it hasn't been fixed
yet.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/