Re: [Catalyst] More detailed proposal for changes related to content negotiation and REST

2013-08-12 Thread John Napiorkowski
Hey Bill (and the rest of you lurkers!) I just updated the spec over at  https://github.com/perl-catalyst/CatalystX-Proposals-REStandContentNegotiation/blob/master/README.pod I decided to remove regular expression matching from the body parser stuff, which I think resolves the merging questions

Re: [Catalyst] More detailed proposal for changes related to content negotiation and REST

2013-08-12 Thread Alexander Hartmaier
On 2013-08-12 16:58, John Napiorkowski wrote: Hey Bill (and the rest of you lurkers!) I just updated the spec over at https://github.com/perl-catalyst/CatalystX-Proposals-REStandContentNegotiation/blob/master/README.pod I decided to remove regular expression matching from the body parser

Re: [Catalyst] More detailed proposal for changes related to content negotiation and REST

2013-08-12 Thread John Napiorkowski
On Monday, August 12, 2013 2:33 PM, Alexander Hartmaier alexander.hartma...@t-systems.at wrote: On 2013-08-12 16:58, John Napiorkowski wrote: Hey Bill (and the rest of you lurkers!) I just updated the spec over at

Re: [Catalyst] More detailed proposal for changes related to content negotiation and REST

2013-08-12 Thread Marius Olsthoorn
I'm not sure if it fits this discussion, but I think automatic JSON serialization is problematic since the serializer often has to guess if a value needs to be serialized as a string or a number. This is not a problem if you consume it with Perl or Javascript but it might be problematic for some

Re: [Catalyst] More detailed proposal for changes related to content negotiation and REST

2013-08-12 Thread John Napiorkowski
On Monday, August 12, 2013 4:56 PM, Marius Olsthoorn olst...@gmail.com wrote: I'm not sure if it fits this discussion, but I think automatic JSON serialization is problematic since the serializer often has to guess if a value needs to be serialized as a string or a number. This is not

Re: [Catalyst] More detailed proposal for changes related to content negotiation and REST

2013-08-12 Thread Alexander Hartmaier
On 2013-08-12 22:26, John Napiorkowski wrote: On Monday, August 12, 2013 2:33 PM, Alexander Hartmaier alexander.hartma...@t-systems.at wrote: On 2013-08-12 16:58, John Napiorkowski wrote: Hey Bill (and the rest of you lurkers!) I just updated the spec over at

Re: [Catalyst] More detailed proposal for changes related to content negotiation and REST

2013-08-12 Thread John Napiorkowski
On Monday, August 12, 2013 5:56 PM, Alexander Hartmaier alexander.hartma...@t-systems.at wrote: On 2013-08-12 22:26, John Napiorkowski wrote: On Monday, August 12, 2013 2:33 PM, Alexander Hartmaier alexander.hartma...@t-systems.at wrote: On 2013-08-12 16:58, John Napiorkowski