[Catalyst] Road Map doc complete

Zbigniew Lukasiak zzbbyy at gmail.com
Thu Jan 24 16:00:00 GMT 2008


On Jan 24, 2008 12:22 AM, Nathan Waddell <arafeandur at gmail.com> wrote:
> I've completed the Road Map, found at:
> http://catwiki.toeat.com/fromtrac/future/roadmap.highlight.

I vaguely remember plans for a $c->req->list_param('users') and
$c->req->single_param( 'username' ) so that the security problem of
snippets like:

my $user = $rs->create({
     is_admin => 0,
     username => $c->req->param('username'),
});

would be more clear.

I think this should go somewhere on the wiki, if not on the Road Map
directly then perhaps to a linked page.  What do you think?  I would
add it myself - but I am not sure which version it was planned for and
what the exact names were.

Cheers,
Zbigniew



More information about the Catalyst mailing list