[Catalyst] POST problem
Richard Jolly
Richard.Jolly at bbc.co.uk
Thu Mar 16 16:31:13 CET 2006
Hi,
We recently upgraded from 5.33 to 5.66. There has been very little
breakage, but we do have something that I can't figure out.
# from test script
my $post = HTTP::Request->new(
POST => 'http://localhost/import/'
);
$post->header( name => $name );
$post->content( $some_xml );
request( $post )
# from controller
my $name = $c->req->header('name'); # ok
my $content = $c->req->body; # empty
I'm not sure how this code should be upgraded. As far as I can see
->body is not expected to work with POST, but I can't see what the
alternative is supposed to be.
Thanks,
Richard
http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060316/d20dd8bf/attachment.htm
More information about the Catalyst
mailing list