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

2012-12-09 Thread Marc SCHAEFER
On Tue, Dec 04, 2012 at 03:37:31PM -0800, Bill Moseley wrote: I've always used href=[% c.uri_for( ... ) | html %] I can see a few issues when using ?a=bc=d type of URL parameters[1], but this is not usually what you do with Catalyst, so let's set this aside for the moment. Your suggestion is

[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] Issues with HTML::FormFu and ISO-8859-1

2012-01-15 Thread Marc SCHAEFER
Hi, I am trying to port an old Catalyst application I wrote in 2009 to the current framework. Apart from quite a few obsoleted methods I needed to rewrite, I stumbled on a very bizarre problem which seems to prevent loading from all of my templates using HTML::FormFu Basically, I always run in