Hi Marcus,
I'm not a catalyst hacker but it looks like a bug to me in RenderView.pm
0.07 line 49:
return 1 if $c->response->body && length( $c->response->body );
for cases like:
$c->response->body("0");
I'd probably do:
return 1 if defined $c->response->body && length( $c->response->body );
Thanks,
Arseni
Fri May 02 14:04:41 2008bricas [...] cpan.org - Correspondence added
Version 0.08 released to CPAN.
Fri May 02 14:04:43 2008The RT System itself - Status changed from 'new' to 'open'
Fri May 02 14:04:44 2008bricas [...] cpan.org - Status changed from 'open' to 'resolved'