Skip Menu |

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

Report information
The Basics
Id: 59554
Status: rejected
Priority: 0/
Queue: Catalyst-Action-REST

People
Owner: Nobody in particular
Requestors: gerv-cpan [...] gerv.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.83
Fixed in: 0.82



Subject: JSONP types no longer in default serializer map
For some reason, all the JSONP types were taken out of the default map in 0.83, despite JSONP still being in the documentation. http://search.cpan.org/~bobtfish/Catalyst-Action-REST-0.83/lib/Catalyst/Controller/REST.pm mentions JSONP support, but: http://cpansearch.perl.org/src/BOBTFISH/Catalyst-Action-REST-0.83/lib/Catalyst/Controller/REST.pm has no references to it other than the POD. Compare: http://cpansearch.perl.org/src/BOBTFISH/Catalyst-Action-REST-0.82/lib/Catalyst/Controller/REST.pm Gerv
On Mon Jul 19 21:59:33 2010, http://www.gerv.net/ wrote: Show quoted text
> For some reason, all the JSONP types were taken out of the default map > in 0.83, despite JSONP still being in the documentation.
JSONP being on by default is an unexpected security risk for people, therefore it was removed from the default list. It's still there and useable if you add some config. Sorry about the breaking change, but it's better to be secure by default, ergo I'm rejecting this bug. Sorry! Cheers t0m