Subject: | Docs say params come in via $c->req->data. Actually, they come in via $c->req->params. |
The subject line pretty much says it all. Whether by GET or by POST, $c->req->data is always
undef, and $c->req->params always contains the request parameters.
I can provide sample code to reproduce the problem, plus a patch, but first I want to make
sure someone is actually monitoring this queue. Please respond. Thanks!