Skip Menu |

This queue is for tickets about the CGI-Application-Dispatch CPAN distribution.

Report information
The Basics
Id: 79022
Status: resolved
Priority: 0/
Queue: CGI-Application-Dispatch

People
Owner: MARKSTOS [...] cpan.org
Requestors: GTERMARS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Don't eat HTTP::Exception in CAP::Dispatch::PSGI
While I love what CAP::Dispatch::PSGI does, and enjoy seeing that it uses HTTP::Exception to report errors, its bitten me a few times that I'm not able to throw HTTP::Exception objects within my CGI::App; CAP:D:PSGI eats them instead of letting them bubble up. Would be nice if it just let them flow right through and get sent upstream the same way that it does for its own exceptions.
Thanks for the feedback, Graham. I'll consider that. A patch to consider would be welcome. Mark
On Thu Aug 16 13:51:17 2012, MARKSTOS wrote: Show quoted text
> A patch to consider would be welcome.
Mark, I appreciate the work you did to get "3.10" out, but there's a typo in your "t/lib/MyApp/Module/Name.pm" file (line 69), which prevents this test from passing on anything prior to Perl-5.14.0 I've forked your project on GitHub, made a patch, and have submitted a Pull Request to you.
Subject: Re: [rt.cpan.org #79022] Don't eat HTTP::Exception in CAP::Dispatch::PSGI
Date: Tue, 11 Sep 2012 17:10:30 -0400
To: bug-cgi-application-dispatch [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Thank you, Graham. I will revise and and release. Mark
Released today. Thanks again.