[Catalyst] POST data for base64

Сергей Дмитриев s_dmitriev at inbox.ru
Fri Apr 13 10:45:19 GMT 2012


Thank you t0m. Just needed to make sure for myself it's not Catalyst by design.
Sergey

2012/4/13 Tomas Doran <bobtfish at bobtfish.net>:
>
> On 13 Apr 2012, at 09:00, Сергей Дмитриев wrote:
>
>> Hello All,
>>
>> Recently we've developed small web application which, for some cases,
>> receives data in base64 format, as value of one fields of POST
>> request.
>> I've noticed that probably there's something wrong with decoding of
>> such data. E.g. + will become spaces (it's ok) but %3D still intact.
>> So we using URI::Decode to finally get what we need.
>
> There is no module called URI::Decode?
>
> Either way, I don't think this is a Catalyst problem, and you could probably demonstrate this with a trivial one-liner - given the module you're actually using to decode things..
>
> Cheers
> t0m
>
>
> _______________________________________________
> List: Catalyst at 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/



-- 
Love never fails.



More information about the Catalyst mailing list