Skip Menu |

This queue is for tickets about the MasonX-Request-WithApacheSession CPAN distribution.

Report information
The Basics
Id: 27638
Status: resolved
Priority: 0/
Queue: MasonX-Request-WithApacheSession

People
Owner: brad [...] divisionbyzero.net
Requestors: EGORSH [...] removethis.cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.30
Fixed in: (no value)



Subject: This module breaks subexec and make_subrequest methods
Because this module returns undef from its constructor when it detects a subrequest, it renders $m->subexec and $m->make_subrequest unusable. This can be fixed by commenting out "return if $self->is_subrequest" in the constructor.
On Tue Jun 19 05:30:25 2007, EGORSH wrote: Show quoted text
> Because this module returns undef from its constructor when it detects a > subrequest, it renders $m->subexec and $m->make_subrequest unusable. > This can be fixed by commenting out "return if $self->is_subrequest" in > the constructor.
Is the session handling necessary in the subrequest, or would it be better to "return $self if $self->is_subrequest" ? I haven't experimented with the impact of this on subrequests. Can you say one way or the other?
Brad fixed this in 0.31.