Skip Menu |

This queue is for tickets about the Catalyst-Action-REST CPAN distribution.

Report information
The Basics
Id: 45580
Status: resolved
Priority: 0/
Queue: Catalyst-Action-REST

People
Owner: Nobody in particular
Requestors: jmmills@cpan.org (no email address)
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.71
Fixed in: (no value)



Subject: Catalyst::Request::REST breaks custom mix-in request classes.
Catalyst::Request::REST::_insert_into_self seems to improperly check if a custom request class can do a REST request. Attached is a simple catalyst app that has a custom request class that is a mixin of both Catalyst::Request::REST and Catalyst::Plugin::Server::Request. Catalyst::Request::REST dies thinking that the custom request class can not do REST. If you want my help in tracking down and zapping this bug email or get a hold of me via irc.perl.org my nick is my cpan id. Thanks, - J
Subject: testapp.tgz
Download testapp.tgz
application/x-compressed-tar 108.3k

Message body not shown because it is not plain text.

This has been fixed by instead using a Moose role and applying that to whatever request class the user specifies. Thanks for the bug report.