[Catalyst] Does uri_for() URL-escape arguments correctly ?

2012-12-04 Thread Marc SCHAEFER
Hi, for some time I write things like this in my templates: a href=[% c.uri_for(c.controller.action_for('object'), [ file ]) %]img src=[% c.uri_for(c.controller.action_for('thumbnail'), [ file ]) %] alt=[% video | html %] //a where file is something which can contain a lot of dangerous

[Catalyst] [ANNOUNCE] Catalyst-Runtime 5.90019

2012-12-04 Thread Tomas Doran
It gives me great pleasure to announce the latest version of Catalyst-Runtime, which fixes issues installing and running on both old (5.8) and new (5.17.6) versions of perl! Full change log below as always. Cheers t0m 5.90019 - 2012-12-04 21:31:00 - Fix for perl 5.17.6 (commit g7dc8663).

Re: [Catalyst] Does uri_for() URL-escape arguments correctly ?

2012-12-04 Thread Bill Moseley
On Tue, Dec 4, 2012 at 5:22 AM, Marc SCHAEFER schae...@alphanet.ch wrote: Hi, for some time I write things like this in my templates: a href=[% c.uri_for(c.controller.action_for('object'), [ file ]) %]img src=[% c.uri_for(c.controller.action_for('thumbnail'), [ file ]) %] alt=[% video |