Charlie Garrison <garri...@zeta.org.au> schrieb am 08.04.2013: > On 8/04/13 at 12:28 PM +0200, Jaro Zajonc > <jaro.zaj...@gmail.com> wrote: > > >I'd expect that Catalyst would create 3 arguments out of it, however > >it will unescape last argument, and so I will have 4 arguments in > >reality. > > Are you sure Catalyst is unescaping the argument and not the web > server itself? We had that problem with apache, so > double-encoded the arg.
Of course, it's best to avoid arguments that contain slashes. But if you really, really have to, with Apache you can do AllowEncodedSlashes On and you're set. Cheers, Manni
signature.asc
Description: PGP signature
_______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/