Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: chris+rt [...] chrisdolan.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.10
Fixed in: 0.11



Subject: Typo in localized req property
The code says local $c->req->{params}; where it should say local $c->req->{parameters}; The result of this typo is that the params() are lost across sub requests. It appears that the not-yet-released v0.11 solves this by totally rewriting the implementation. That version works for me. Chris