Slashes in urls that aren't path separators are a pain.  Avoid by adjusting 
your implementation.


On 08/04/2013, at 9:32 PM, Jaro Zajonc <jaro.zaj...@gmail.com> wrote:

> I am currently testing it on a build-in development server. 
> So possibly its implementation is escaping it.
> 
> br,
> jaro
> 
> 
> 
> On 8 April 2013 12:52, Charlie Garrison <garri...@zeta.org.au> wrote:
> Good evening,
> 
> 
> 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. But then 
> we switched to lighttpd and then double-encoding was a problem. Plus the dev 
> boxes handling it differently again we just made sure to avoid having slash 
> in the args (we encoded the whole arg to be free of any 'special' characters).
> 
> I'm interested in how others have handled this though since the encoding 
> we're doing makes for a very long arg.
> 
> Charlie
> 
> -- 
>    Ꮚ Charlie Garrison ♊ <garri...@zeta.org.au>
> 
> O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
> 〠  http://www.ietf.org/rfc/rfc1855.txt
> 
> 
> _______________________________________________
> 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/
> 
> _______________________________________________
> 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/

_______________________________________________
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/

Reply via email to