Skip Menu |

This queue is for tickets about the Catalyst-Plugin-SubRequest CPAN distribution.

Report information
The Basics
Id: 17102
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-SubRequest

People
Owner: Nobody in particular
Requestors: nigel.metheringham [...] Dev.intechnology.co.uk
Cc:
AdminCc:

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



Subject: $c->req needs localising
Some parts of the $c->req structure are modified during a subrequest and not resinstated. For example if a TT view is used:- [% # sub request for group Catalyst.subreq('/ajax/select_groups', {}, { default => 1}); .... # Build a debug link SET uri = Catalyst.request.uri; uri.query_param_append('dump_info', 1); # use the uri in something... %] The uri link will refer to the subrequest URI and *not* the original URI as expected.
On Tue Jan 17 05:41:56 2006, nigel.metheringham@Dev.intechnology.co.uk wrote: Show quoted text
> Some parts of the $c->req structure are modified during a subrequest and > not resinstated.
Catalyst::Plugin::SubRequest 0.11 was released on the 3rd of April, 2007 -- does that version fix your problem report? -Brian