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 wrote: > Hi, > > for some time I write things like this in my templates: > > > I've always used href="[% c.uri_for( ... ) | html %]" -- Bill Moseley mose...@hank.org ___ List: Catalyst@lists.scsys.co.u

[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). RT#

[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: where file is something which can contain a lot of dangerous characters. I assumed (and after experiencing a bit it seemed to be the case) that it would escape spaces, quotes, slashes, etc using the %XX URL-escapes. It seems to do it,