[Catalyst] Escaping of "argument" of private path

John M. Dlugosz wxju46gefd at snkmail.com
Wed Mar 16 08:47:39 GMT 2011


On 3/16/2011 2:02 AM, Octavian Rasnita orasnita-at-gmail.com |Catalyst/Allow to home| wrote:
> Why would you like to need to escape every path component by using the TT uri filter for 
> more times and escape the reserved chars even where they can be used as they are, 
> instead of using the html filter once?
>
> If you want, you can uri-escape even the [a-zA-Z0-9] chars, but why would you want to 
> escape chars where they don't need to be escaped? :-)
>
> Octavian
>

Only the component that is dynamic (not chosen when I created the program) needs any kind 
of processing.  These are actual file names found in some directory.  What I really want 
is a call to "escape anything that would cause problems, for whatever reason" as one step.



More information about the Catalyst mailing list