Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 49590
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-ErrorCatcher

People
Owner: chisel [...] chizography.net
Requestors: ash_cpan [...] firemirror.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.0.6.2
Fixed in: 0.0.6.3



Subject: $c->req->address sometimes not set
When running under some engines -- particularly Catalyst::Engine::Stomp -- $c->request->address is not set: This causes the following two lines to cause "Use of uninitialized value in concatenation (.) or string" warnings. Would be nice to guard them with an "if ($c->req->address)" 238: $feedback .= " Client: " . $c->request->address; 239: $feedback .= " (" . $c->request->hostname . ")\n";
Available in 0.0.6.3