[Catalyst] Catalyst and UTF8 Chained URLs
Kieren Diment
diment at gmail.com
Wed Sep 9 01:56:04 GMT 2009
I think you need to write a test for the behaviour to get that
patched into the core. Also you're probably better to send the patch
to Catalyst::Runtime's RT queue: http://rt.cpan.org/Public/Bug/Report.html?Queue=Catalyst-Runtime
On 09/09/2009, at 11:45 AM, Rod Taylor wrote:
> I have a URL which includes UTF8 components which are in the chained
> (CaptureArgs) position. The escape mechanism is supposed encode each
> byte of
> the UTF8 sequence individually when creating the URL (which Catalyst
> seems
> to do) and reverse this on the way in.
>
> The below adjustment appears to fix the issue I'm having with URL
> arguments
> not being decoded on the way in.
> [snip]
More information about the Catalyst
mailing list